#19240B

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

Shades of Pine Tree #19240B

Tints of Pine Tree #19240B

Color information

#19240B (or 0x19240B) is unknown color: approx Pine Tree. HEX triplet: 19, 24 and 0B. RGB value is (25,36,11). Sum of RGB (Red+Green+Blue) = 25+36+11=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #19240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240B is #E6DBF4. Grayscale: #1D1D1D. Windows color (decimal): -15129589 or 730137. OLE color: 730137.

HSL color Cylindrical-coordinate representation of color #19240B: hue angle of 86.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19240B is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB253611-
CMYK0.3100.690.86
HSL86.4º53.19%9.22%-
HSV(B)86.4º69.44%14.12%-
XYZ1.091.490.55-
YUV29.86117.36124.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=34.72%
G=50%
B=15.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536110.3100.690.8686.453.199.22
Hex1924B1F0455656359
Octal3144133701051261266511
Binary1100110010010111111101000101101011010101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19240B; }

 p { color: rgb(25,36,11); }

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

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

 a { background-color: rgb(25,36,11); }

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

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

 span { border-color: rgb(25,36,11); }

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