#222A15

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

Shades of Pine Tree #222A15

Tints of Pine Tree #222A15

Color information

#222A15 (or 0x222A15) is unknown color: approx Pine Tree. HEX triplet: 22, 2A and 15. RGB value is (34,42,21). Sum of RGB (Red+Green+Blue) = 34+42+21=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #222A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222A15 is #DDD5EA. Grayscale: #252525. Windows color (decimal): -14538219 or 1387042. OLE color: 1387042.

HSL color Cylindrical-coordinate representation of color #222A15: hue angle of 82.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #222A15 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB344221-
CMYK0.1900.500.84
HSL82.86º33.33%12.35%-
HSV(B)82.86º50%16.47%-
XYZ1.622.051.02-
YUV37.21118.85125.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 42 (16.80% from 255) = 43.30%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=35.05%
G=43.30%
B=21.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3442210.1900.500.8482.8633.3312.35
Hex222A1513032545321c
Octal425225230621241234114
Binary10001010101010101100110110010101010010100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,42,21); }

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

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

 a { background-color: rgb(34,42,21); }

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

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

 span { border-color: rgb(34,42,21); }

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