#19270F

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

Shades of Pine Tree #19270F

Tints of Pine Tree #19270F

Color information

#19270F (or 0x19270F) is unknown color: approx Pine Tree. HEX triplet: 19, 27 and 0F. RGB value is (25,39,15). Sum of RGB (Red+Green+Blue) = 25+39+15=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #19270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19270F is #E6D8F0. Grayscale: #202020. Windows color (decimal): -15128817 or 993049. OLE color: 993049.

HSL color Cylindrical-coordinate representation of color #19270F: hue angle of 95º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19270F is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB253915-
CMYK0.3600.620.85
HSL95º44.44%10.59%-
HSV(B)95º61.54%15.29%-
XYZ1.211.690.71-
YUV32.08118.36122.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 39 (15.62% from 255) = 49.37%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=31.65%
G=49.37%
B=18.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2539150.3600.620.859544.4410.59
Hex1927F2403E555f2cb
Octal314717440761251375413
Binary1100110011111111001000111110101010110111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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