#2C7731

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

Shades of Japanese Laurel #2C7731

Tints of Japanese Laurel #2C7731

Color information

#2C7731 (or 0x2C7731) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 77 and 31. RGB value is (44,119,49). Sum of RGB (Red+Green+Blue) = 44+119+49=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7731 is #D388CE. Grayscale: #585858. Windows color (decimal): -13863119 or 3241772. OLE color: 3241772.

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

Color convert

RGB4411949-
CMYK0.6300.590.53
HSL124º46.01%31.96%-
HSV(B)124º63.03%46.67%-
XYZ8.1913.955.17-
YUV88.59105.6596.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=20.75%
G=56.13%
B=23.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119490.6300.590.5312446.0131.96
Hex2C77313F03B357c2e20
Octal541676177073651745640
Binary101100111011111000111111101110111101011111100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,49); }

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

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

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

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

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

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

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