#19240E

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

Shades of Pine Tree #19240E

Tints of Pine Tree #19240E

Color information

#19240E (or 0x19240E) is unknown color: approx Pine Tree. HEX triplet: 19, 24 and 0E. RGB value is (25,36,14). Sum of RGB (Red+Green+Blue) = 25+36+14=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #19240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19240E is #E6DBF1. Grayscale: #1E1E1E. Windows color (decimal): -15129586 or 926745. OLE color: 926745.

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

Color convert

RGB253614-
CMYK0.3100.610.86
HSL90º44%9.8%-
HSV(B)90º61.11%14.12%-
XYZ1.111.50.65-
YUV30.2118.86124.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=33.33%
G=48%
B=18.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536140.3100.610.8690449.8
Hex1924E1F03D565a2ca
Octal314416370751261325412
Binary110011001001110111110111101101011010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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