#22251F

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

Shades of Pine Tree #22251F

Tints of Pine Tree #22251F

Color information

#22251F (or 0x22251F) is unknown color: approx Pine Tree. HEX triplet: 22, 25 and 1F. RGB value is (34,37,31). Sum of RGB (Red+Green+Blue) = 34+37+31=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 37 - color contains mainly: green. Hex color #22251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22251F is #DDDAE0. Grayscale: #232323. Windows color (decimal): -14539489 or 2041122. OLE color: 2041122.

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

Color convert

RGB343731-
CMYK0.0800.160.85
HSL90º8.82%13.33%-
HSV(B)90º16.22%14.51%-
XYZ1.571.761.55-
YUV35.42125.51126.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=33.33%
G=36.27%
B=30.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437310.0800.160.85908.8213.33
Hex22251F8010555a9d
Octal424537100201251321115
Binary1000101001011111110000100001010101101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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