#222B12

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

Shades of Pine Tree #222B12

Tints of Pine Tree #222B12

Color information

#222B12 (or 0x222B12) is unknown color: approx Pine Tree. HEX triplet: 22, 2B and 12. RGB value is (34,43,18). Sum of RGB (Red+Green+Blue) = 34+43+18=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #222B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222B12 is #DDD4ED. Grayscale: #252525. Windows color (decimal): -14537966 or 1190690. OLE color: 1190690.

HSL color Cylindrical-coordinate representation of color #222B12: hue angle of 81.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #222B12 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB344318-
CMYK0.2100.580.83
HSL81.6º40.98%11.96%-
HSV(B)81.6º58.14%16.86%-
XYZ1.632.110.89-
YUV37.46117.02125.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=35.79%
G=45.26%
B=18.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3443180.2100.580.8381.640.9811.96
Hex222B121503A535229c
Octal425322250721231225114
Binary10001010101110010101010111010101001110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,43,18); }

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

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

 a { background-color: rgb(34,43,18); }

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

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

 span { border-color: rgb(34,43,18); }

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