#19220F

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

Shades of Pine Tree #19220F

Tints of Pine Tree #19220F

Color information

#19220F (or 0x19220F) is unknown color: approx Pine Tree. HEX triplet: 19, 22 and 0F. RGB value is (25,34,15). Sum of RGB (Red+Green+Blue) = 25+34+15=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #19220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19220F is #E6DDF0. Grayscale: #1D1D1D. Windows color (decimal): -15130097 or 991769. OLE color: 991769.

HSL color Cylindrical-coordinate representation of color #19220F: hue angle of 88.42º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #19220F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB253415-
CMYK0.2600.560.87
HSL88.42º38.78%9.61%-
HSV(B)88.42º55.88%13.33%-
XYZ1.061.390.66-
YUV29.14120.02125.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.78%
GREEN value IS 34 (13.67% from 255) = 45.95%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=33.78%
G=45.95%
B=20.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2534150.2600.560.8788.4238.789.61
Hex1922F1A038575827a
Octal314217320701271304712
Binary110011000101111110100111000101011110110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,34,15); }

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

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

 a { background-color: rgb(25,34,15); }

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

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

 span { border-color: rgb(25,34,15); }

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