#222D10

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

Shades of Pine Tree #222D10

Tints of Pine Tree #222D10

Color information

#222D10 (or 0x222D10) is unknown color: approx Pine Tree. HEX triplet: 22, 2D and 10. RGB value is (34,45,16). Sum of RGB (Red+Green+Blue) = 34+45+16=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #222D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222D10 is #DDD2EF. Grayscale: #262626. Windows color (decimal): -14537456 or 1060130. OLE color: 1060130.

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

Color convert

RGB344516-
CMYK0.2400.640.82
HSL82.76º47.54%11.96%-
HSV(B)82.76º64.44%17.65%-
XYZ1.692.250.84-
YUV38.4115.36124.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 45 (17.97% from 255) = 47.37%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=35.79%
G=47.37%
B=16.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3445160.2400.640.8282.7647.5411.96
Hex222D1018040525330c
Octal4255203001001221236014
Binary100010101101100001100001000000101001010100111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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