#2C7632

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

Shades of Japanese Laurel #2C7632

Tints of Japanese Laurel #2C7632

Color information

#2C7632 (or 0x2C7632) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 76 and 32. RGB value is (44,118,50). Sum of RGB (Red+Green+Blue) = 44+118+50=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7632 is #D389CD. Grayscale: #585858. Windows color (decimal): -13863374 or 3307052. OLE color: 3307052.

HSL color Cylindrical-coordinate representation of color #2C7632: hue angle of 124.86º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7632 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB4411850-
CMYK0.6300.580.54
HSL124.86º45.68%31.76%-
HSV(B)124.86º62.71%46.27%-
XYZ8.0913.725.24-
YUV88.12106.4896.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=20.75%
G=55.66%
B=23.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44118500.6300.580.54124.8645.6831.76
Hex2C76323F03A367d2e20
Octal541666277072661755640
Binary101100111011011001011111101110101101101111101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,118,50); }

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

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

 a { background-color: rgb(44,118,50); }

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

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

 span { border-color: rgb(44,118,50); }

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