#2C732F

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

Shades of Japanese Laurel #2C732F

Tints of Japanese Laurel #2C732F

Color information

#2C732F (or 0x2C732F) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 73 and 2F. RGB value is (44,115,47). Sum of RGB (Red+Green+Blue) = 44+115+47=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #2C732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C732F is #D38CD0. Grayscale: #565656. Windows color (decimal): -13864145 or 3109676. OLE color: 3109676.

HSL color Cylindrical-coordinate representation of color #2C732F: hue angle of 122.54º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C732F is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB4411547-
CMYK0.6200.590.55
HSL122.54º44.65%31.18%-
HSV(B)122.54º61.74%45.1%-
XYZ7.68134.79-
YUV86.02105.9898.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 115 (45.31% from 255) = 55.83%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=21.36%
G=55.83%
B=22.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44115470.6200.590.55122.5444.6531.18
Hex2C732F3E03B377b2d1f
Octal541635776073671735537
Binary10110011100111011111111100111011110111111101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,47); }

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

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

 a { background-color: rgb(44,115,47); }

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

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

 span { border-color: rgb(44,115,47); }

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