#19250F

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

Shades of Pine Tree #19250F

Tints of Pine Tree #19250F

Color information

#19250F (or 0x19250F) is unknown color: approx Pine Tree. HEX triplet: 19, 25 and 0F. RGB value is (25,37,15). Sum of RGB (Red+Green+Blue) = 25+37+15=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #19250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250F is #E6DAF0. Grayscale: #1E1E1E. Windows color (decimal): -15129329 or 992537. OLE color: 992537.

HSL color Cylindrical-coordinate representation of color #19250F: hue angle of 92.73º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19250F is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB253715-
CMYK0.3200.590.85
HSL92.73º42.31%10.2%-
HSV(B)92.73º59.46%14.51%-
XYZ1.151.560.69-
YUV30.9119.02123.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=32.47%
G=48.05%
B=19.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537150.3200.590.8592.7342.3110.2
Hex1925F2003B555d2aa
Octal314517400731251355212
Binary1100110010111111000000111011101010110111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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