#2C7F3A

Color #2C7F3A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2C7F3A

Tints of Japanese Laurel #2C7F3A

Color information

#2C7F3A (or 0x2C7F3A) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 7F and 3A. RGB value is (44,127,58). Sum of RGB (Red+Green+Blue) = 44+127+58=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #2C7F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7F3A is #D380C5. Grayscale: #5E5E5E. Windows color (decimal): -13861062 or 3833644. OLE color: 3833644.

HSL color Cylindrical-coordinate representation of color #2C7F3A: hue angle of 130.12º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7F3A is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB4412758-
CMYK0.6500.540.50
HSL130.12º48.54%33.53%-
HSV(B)130.12º65.35%49.8%-
XYZ9.3916.026.6-
YUV94.32107.592.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 127 (50% from 255) = 55.46%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=19.21%
G=55.46%
B=25.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44127580.6500.540.50130.1248.5433.53
Hex2C7F3A4103632823122
Octal5417772101066622026142
Binary10110011111111110101000001011011011001010000010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C7F3A; }

 p { color: rgb(44,127,58); }

 H1.HeaderClassName
 {
   color: #2C7F3A;
 }
 .AnyTagClassName
 {
   color: #2C7F3A;
 }
</style>
background-color css

<style>
 a { background-color: #2C7F3A; }

 a { background-color: rgb(44,127,58); }

 div.DivClassName
 {
   background-color: #2C7F3A;
 }
 .BgClassName
 {
   background-color: #2C7F3A;
 }
</style>
border-color css

<style>
 span { border-color: #2C7F3A; }

 span { border-color: rgb(44,127,58); }

 td.TdClassName
 {
   border-color: #2C7F3A;
 }
 .TagClassName
 {
   border-color: #2C7F3A;
 }
</style>