#222C09

Color #222C09 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #222C09

Tints of Pine Tree #222C09

Color information

#222C09 (or 0x222C09) is unknown color: approx Pine Tree. HEX triplet: 22, 2C and 09. RGB value is (34,44,9). Sum of RGB (Red+Green+Blue) = 34+44+9=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #222C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C09 is #DDD3F6. Grayscale: #252525. Windows color (decimal): -14537719 or 601122. OLE color: 601122.

HSL color Cylindrical-coordinate representation of color #222C09: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222C09 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB34449-
CMYK0.2300.800.83
HSL77.14º66.04%10.39%-
HSV(B)77.14º79.55%17.25%-
XYZ1.612.160.59-
YUV37.02112.19125.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 44 (17.58% from 255) = 50.57%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=39.08%
G=50.57%
B=10.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344490.2300.800.8377.1466.0410.39
Hex222C917050534d42a
Octal42541127012012311510212
Binary100010101100100110111010100001010011100110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222C09; }

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

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

<style>
 a { background-color: #222C09; }

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

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

<style>
 span { border-color: #222C09; }

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

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