#253108

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

Shades of Pine Tree #253108

Tints of Pine Tree #253108

Color information

#253108 (or 0x253108) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 08. RGB value is (37,49,8). Sum of RGB (Red+Green+Blue) = 37+49+8=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #253108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253108 is #DACEF7. Grayscale: #282828. Windows color (decimal): -14339832 or 536869. OLE color: 536869.

HSL color Cylindrical-coordinate representation of color #253108: hue angle of 77.56º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253108 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB37498-
CMYK0.2400.840.81
HSL77.56º71.93%11.18%-
HSV(B)77.56º83.67%19.22%-
XYZ1.912.610.63-
YUV40.74109.52125.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=39.36%
G=52.13%
B=8.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374980.2400.840.8177.5671.9311.18
Hex2531818054514e48b
Octal45611030012412111611013
Binary100101110001100011000010101001010001100111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253108; }

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

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

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

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

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

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

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

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