#2C6E21

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

Shades of Japanese Laurel #2C6E21

Tints of Japanese Laurel #2C6E21

Color information

#2C6E21 (or 0x2C6E21) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 6E and 21. RGB value is (44,110,33). Sum of RGB (Red+Green+Blue) = 44+110+33=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 110 (43.36% from 255 or 58.82% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6E21 is #D391DE. Grayscale: #515151. Windows color (decimal): -13865439 or 2190892. OLE color: 2190892.

HSL color Cylindrical-coordinate representation of color #2C6E21: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C6E21 is Cyan = 0.6, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB4411033-
CMYK0.600.70.57
HSL111.43º53.85%28.04%-
HSV(B)111.43º70%43.14%-
XYZ6.8911.83.35-
YUV81.49100.63101.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 110 (43.36% from 255) = 58.82%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=23.53%
G=58.82%
B=17.65%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44110330.600.70.57111.4353.8528.04
Hex2C6E213C046396f361c
Octal5415641740106711576634
Binary101100110111010000111110001000110111001110111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,110,33); }

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

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

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

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

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

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

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