#254208

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

Shades of Pine Tree #254208

Tints of Pine Tree #254208

Color information

#254208 (or 0x254208) is unknown color: approx Pine Tree. HEX triplet: 25, 42 and 08. RGB value is (37,66,8). Sum of RGB (Red+Green+Blue) = 37+66+8=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #254208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254208 is #DABDF7. Grayscale: #323232. Windows color (decimal): -14335480 or 541221. OLE color: 541221.

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

Color convert

RGB37668-
CMYK0.4400.880.74
HSL90º78.38%14.51%-
HSV(B)90º87.88%25.88%-
XYZ2.754.310.92-
YUV50.72103.89118.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 59.46%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=33.33%
G=59.46%
B=7.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal376680.4400.880.749078.3814.51
Hex254282C0584A5a4ef
Octal451021054013011213211617
Binary10010110000101000101100010110001001010101101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254208; }

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

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

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

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

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

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

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

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