#254209

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

Shades of Pine Tree #254209

Tints of Pine Tree #254209

Color information

#254209 (or 0x254209) is unknown color: approx Pine Tree. HEX triplet: 25, 42 and 09. RGB value is (37,66,9). Sum of RGB (Red+Green+Blue) = 37+66+9=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #254209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254209 is #DABDF6. Grayscale: #333333. Windows color (decimal): -14335479 or 606757. OLE color: 606757.

HSL color Cylindrical-coordinate representation of color #254209: hue angle of 90.53º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #254209 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB37669-
CMYK0.4400.860.74
HSL90.53º76%14.71%-
HSV(B)90.53º86.36%25.88%-
XYZ2.764.310.94-
YUV50.83104.39118.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 66 (26.17% from 255) = 58.93%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=33.04%
G=58.93%
B=8.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal376690.4400.860.7490.537614.71
Hex254292C0564A5b4cf
Octal451021154012611213311417
Binary10010110000101001101100010101101001010101101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254209; }

 p { color: rgb(37,66,9); }

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

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

 a { background-color: rgb(37,66,9); }

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

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

 span { border-color: rgb(37,66,9); }

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