#2C7729

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

Shades of Japanese Laurel #2C7729

Tints of Japanese Laurel #2C7729

Color information

#2C7729 (or 0x2C7729) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 77 and 29. RGB value is (44,119,41). Sum of RGB (Red+Green+Blue) = 44+119+41=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7729 is #D388D6. Grayscale: #575757. Windows color (decimal): -13863127 or 2717484. OLE color: 2717484.

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

Color convert

RGB4411941-
CMYK0.6300.660.53
HSL117.69º48.75%31.37%-
HSV(B)117.69º65.55%46.67%-
XYZ8.0413.894.36-
YUV87.68101.6596.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=21.57%
G=58.33%
B=20.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119410.6300.660.53117.6948.7531.37
Hex2C77293F0423576311f
Octal5416751770102651666137
Binary101100111011110100111111101000010110101111011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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