#2C6F22

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

Shades of Japanese Laurel #2C6F22

Tints of Japanese Laurel #2C6F22

Color information

#2C6F22 (or 0x2C6F22) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 6F and 22. RGB value is (44,111,34). Sum of RGB (Red+Green+Blue) = 44+111+34=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6F22 is #D390DD. Grayscale: #525252. Windows color (decimal): -13865182 or 2256684. OLE color: 2256684.

HSL color Cylindrical-coordinate representation of color #2C6F22: hue angle of 112.21º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C6F22 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB4411134-
CMYK0.6000.690.56
HSL112.21º53.1%28.43%-
HSV(B)112.21º69.37%43.53%-
XYZ7.0112.023.46-
YUV82.19100.8100.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.28%
GREEN value IS 111 (43.75% from 255) = 58.73%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=23.28%
G=58.73%
B=17.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44111340.6000.690.56112.2153.128.43
Hex2C6F223C0453870351c
Octal5415742740105701606534
Binary101100110111110001011110001000101111000111000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,111,34); }

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

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

 a { background-color: rgb(44,111,34); }

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

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

 span { border-color: rgb(44,111,34); }

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