#222D14

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

Shades of Pine Tree #222D14

Tints of Pine Tree #222D14

Color information

#222D14 (or 0x222D14) is unknown color: approx Pine Tree. HEX triplet: 22, 2D and 14. RGB value is (34,45,20). Sum of RGB (Red+Green+Blue) = 34+45+20=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #222D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222D14 is #DDD2EB. Grayscale: #262626. Windows color (decimal): -14537452 or 1322274. OLE color: 1322274.

HSL color Cylindrical-coordinate representation of color #222D14: hue angle of 86.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #222D14 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.

Color convert

RGB344520-
CMYK0.2400.560.82
HSL86.4º38.46%12.75%-
HSV(B)86.4º55.56%17.65%-
XYZ1.722.271.01-
YUV38.86117.36124.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 45 (17.97% from 255) = 45.45%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=34.34%
G=45.45%
B=20.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3445200.2400.560.8286.438.4612.75
Hex222D1418038525626d
Octal425524300701221264615
Binary10001010110110100110000111000101001010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,45,20); }

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

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

 a { background-color: rgb(34,45,20); }

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

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

 span { border-color: rgb(34,45,20); }

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