#222E12

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

Shades of Pine Tree #222E12

Tints of Pine Tree #222E12

Color information

#222E12 (or 0x222E12) is unknown color: approx Pine Tree. HEX triplet: 22, 2E and 12. RGB value is (34,46,18). Sum of RGB (Red+Green+Blue) = 34+46+18=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #222E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E12 is #DDD1ED. Grayscale: #272727. Windows color (decimal): -14537198 or 1191458. OLE color: 1191458.

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

Color convert

RGB344618-
CMYK0.2600.610.82
HSL85.71º43.75%12.55%-
HSV(B)85.71º60.87%18.04%-
XYZ1.752.340.93-
YUV39.22116.02124.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 46 (18.36% from 255) = 46.94%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=34.69%
G=46.94%
B=18.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3446180.2600.610.8285.7143.7512.55
Hex222E121A03D52562cd
Octal425622320751221265415
Binary10001010111010010110100111101101001010101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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