#19280F

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

Shades of Pine Tree #19280F

Tints of Pine Tree #19280F

Color information

#19280F (or 0x19280F) is unknown color: approx Pine Tree. HEX triplet: 19, 28 and 0F. RGB value is (25,40,15). Sum of RGB (Red+Green+Blue) = 25+40+15=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #19280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19280F is #E6D7F0. Grayscale: #202020. Windows color (decimal): -15128561 or 993305. OLE color: 993305.

HSL color Cylindrical-coordinate representation of color #19280F: hue angle of 96º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19280F is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB254015-
CMYK0.3800.620.84
HSL96º45.45%10.78%-
HSV(B)96º62.5%15.69%-
XYZ1.251.760.73-
YUV32.66118.03122.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=31.25%
G=50%
B=18.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2540150.3800.620.849645.4510.78
Hex1928F2603E54602db
Octal315017460761241405513
Binary1100110100011111001100111110101010011000001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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