#253908

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

Shades of Pine Tree #253908

Tints of Pine Tree #253908

Color information

#253908 (or 0x253908) is unknown color: approx Pine Tree. HEX triplet: 25, 39 and 08. RGB value is (37,57,8). Sum of RGB (Red+Green+Blue) = 37+57+8=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #253908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253908 is #DAC6F7. Grayscale: #2D2D2D. Windows color (decimal): -14337784 or 538917. OLE color: 538917.

HSL color Cylindrical-coordinate representation of color #253908: hue angle of 84.49º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #253908 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB37578-
CMYK0.3500.860.78
HSL84.49º75.38%12.75%-
HSV(B)84.49º85.96%22.35%-
XYZ2.273.340.75-
YUV45.43106.87121.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=36.27%
G=55.88%
B=7.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal375780.3500.860.7884.4975.3812.75
Hex25398230564E544bd
Octal45711043012611612411315
Binary1001011110011000100011010101101001110101010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253908; }

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

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

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

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

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

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

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

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