#222913

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

Shades of Pine Tree #222913

Tints of Pine Tree #222913

Color information

#222913 (or 0x222913) is unknown color: approx Pine Tree. HEX triplet: 22, 29 and 13. RGB value is (34,41,19). Sum of RGB (Red+Green+Blue) = 34+41+19=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #222913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222913 is #DDD6EC. Grayscale: #242424. Windows color (decimal): -14538477 or 1255714. OLE color: 1255714.

HSL color Cylindrical-coordinate representation of color #222913: hue angle of 79.09º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #222913 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB344119-
CMYK0.1700.540.84
HSL79.09º36.67%11.76%-
HSV(B)79.09º53.66%16.08%-
XYZ1.571.970.91-
YUV36.4118.18126.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=36.17%
G=43.62%
B=20.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3441190.1700.540.8479.0936.6711.76
Hex22291311036544f25c
Octal425123210661241174514
Binary10001010100110011100010110110101010010011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222913; }

 p { color: rgb(34,41,19); }

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

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

 a { background-color: rgb(34,41,19); }

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

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

 span { border-color: rgb(34,41,19); }

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