#254008

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

Shades of Pine Tree #254008

Tints of Pine Tree #254008

Color information

#254008 (or 0x254008) is unknown color: approx Pine Tree. HEX triplet: 25, 40 and 08. RGB value is (37,64,8). Sum of RGB (Red+Green+Blue) = 37+64+8=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #254008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254008 is #DABFF7. Grayscale: #313131. Windows color (decimal): -14335992 or 540709. OLE color: 540709.

HSL color Cylindrical-coordinate representation of color #254008: hue angle of 88.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #254008 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB37648-
CMYK0.4200.870.75
HSL88.93º77.78%14.12%-
HSV(B)88.93º87.5%25.1%-
XYZ2.644.080.88-
YUV49.54104.55119.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=33.94%
G=58.72%
B=7.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal376480.4200.870.7588.9377.7814.12
Hex254082A0574B594ee
Octal451001052012711313111616
Binary10010110000001000101010010101111001011101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254008; }

 p { color: rgb(37,64,8); }

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

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

 a { background-color: rgb(37,64,8); }

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

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

 span { border-color: rgb(37,64,8); }

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