#2C742D

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

Shades of Japanese Laurel #2C742D

Tints of Japanese Laurel #2C742D

Color information

#2C742D (or 0x2C742D) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 74 and 2D. RGB value is (44,116,45). Sum of RGB (Red+Green+Blue) = 44+116+45=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #2C742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C742D is #D38BD2. Grayscale: #565656. Windows color (decimal): -13863891 or 2978860. OLE color: 2978860.

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

Color convert

RGB4411645-
CMYK0.6200.610.55
HSL120.83º45%31.37%-
HSV(B)120.83º62.07%45.49%-
XYZ7.7613.224.62-
YUV86.38104.6597.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=21.46%
G=56.59%
B=21.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116450.6200.610.55120.834531.37
Hex2C742D3E03D37792d1f
Octal541645576075671715537
Binary10110011101001011011111100111101110111111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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