#22251D

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

Shades of Pine Tree #22251D

Tints of Pine Tree #22251D

Color information

#22251D (or 0x22251D) is unknown color: approx Pine Tree. HEX triplet: 22, 25 and 1D. RGB value is (34,37,29). Sum of RGB (Red+Green+Blue) = 34+37+29=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 37 - color contains mainly: green. Hex color #22251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22251D is #DDDAE2. Grayscale: #232323. Windows color (decimal): -14539491 or 1910050. OLE color: 1910050.

HSL color Cylindrical-coordinate representation of color #22251D: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #22251D is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB343729-
CMYK0.0800.220.85
HSL82.5º12.12%12.94%-
HSV(B)82.5º21.62%14.51%-
XYZ1.541.751.42-
YUV35.19124.51127.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 29 (11.72% from 255) = 29%
R=34%
G=37%
B=29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437290.0800.220.8582.512.1212.94
Hex22251D80165552cd
Octal424535100261251221415
Binary1000101001011110110000101101010101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22251D; }

 p { color: rgb(34,37,29); }

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

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

 a { background-color: rgb(34,37,29); }

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

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

 span { border-color: rgb(34,37,29); }

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