#2C7C29

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

Shades of Japanese Laurel #2C7C29

Tints of Japanese Laurel #2C7C29

Color information

#2C7C29 (or 0x2C7C29) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 7C and 29. RGB value is (44,124,41). Sum of RGB (Red+Green+Blue) = 44+124+41=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7C29 is #D383D6. Grayscale: #5A5A5A. Windows color (decimal): -13861847 or 2718764. OLE color: 2718764.

HSL color Cylindrical-coordinate representation of color #2C7C29: hue angle of 117.83º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7C29 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB4412441-
CMYK0.6500.670.51
HSL117.83º50.3%32.35%-
HSV(B)117.83º66.94%48.63%-
XYZ8.6515.114.56-
YUV90.6210094.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.05%
GREEN value IS 124 (48.83% from 255) = 59.33%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=21.05%
G=59.33%
B=19.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44124410.6500.670.51117.8350.332.35
Hex2C7C294104333763220
Octal54174511010103631666240
Binary10110011111001010011000001010000111100111110110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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