#253109

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

Shades of Pine Tree #253109

Tints of Pine Tree #253109

Color information

#253109 (or 0x253109) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 09. RGB value is (37,49,9). Sum of RGB (Red+Green+Blue) = 37+49+9=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #253109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253109 is #DACEF6. Grayscale: #292929. Windows color (decimal): -14339831 or 602405. OLE color: 602405.

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

Color convert

RGB37499-
CMYK0.2400.820.81
HSL78º68.97%11.37%-
HSV(B)78º81.63%19.22%-
XYZ1.912.610.66-
YUV40.85110.02125.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=38.95%
G=51.58%
B=9.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374990.2400.820.817868.9711.37
Hex2531918052514e45b
Octal45611130012212111610513
Binary100101110001100111000010100101010001100111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253109; }

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

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

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

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

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

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

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

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