#2C742C

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

Shades of Japanese Laurel #2C742C

Tints of Japanese Laurel #2C742C

Color information

#2C742C (or 0x2C742C) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 74 and 2C. RGB value is (44,116,44). Sum of RGB (Red+Green+Blue) = 44+116+44=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #2C742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C742C is #D38BD3. Grayscale: #565656. Windows color (decimal): -13863892 or 2913324. OLE color: 2913324.

HSL color Cylindrical-coordinate representation of color #2C742C: hue angle of 120º 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 #2C742C is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB4411644-
CMYK0.6200.620.55
HSL120º45%31.37%-
HSV(B)120º62.07%45.49%-
XYZ7.7413.214.52-
YUV86.26104.1597.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 116 (45.70% from 255) = 56.86%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=21.57%
G=56.86%
B=21.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116440.6200.620.551204531.37
Hex2C742C3E03E37782d1f
Octal541645476076671705537
Binary10110011101001011001111100111110110111111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,44); }

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

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

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

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

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

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

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