#222C12

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

Shades of Pine Tree #222C12

Tints of Pine Tree #222C12

Color information

#222C12 (or 0x222C12) is unknown color: approx Pine Tree. HEX triplet: 22, 2C and 12. RGB value is (34,44,18). Sum of RGB (Red+Green+Blue) = 34+44+18=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #222C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C12 is #DDD3ED. Grayscale: #262626. Windows color (decimal): -14537710 or 1190946. OLE color: 1190946.

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

Color convert

RGB344418-
CMYK0.2300.590.83
HSL83.08º41.94%12.16%-
HSV(B)83.08º59.09%17.25%-
XYZ1.672.190.91-
YUV38.05116.69125.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.42%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=35.42%
G=45.83%
B=18.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3444180.2300.590.8383.0841.9412.16
Hex222C121703B53532ac
Octal425422270731231235214
Binary10001010110010010101110111011101001110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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