#253009

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

Shades of Pine Tree #253009

Tints of Pine Tree #253009

Color information

#253009 (or 0x253009) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 09. RGB value is (37,48,9). Sum of RGB (Red+Green+Blue) = 37+48+9=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #253009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253009 is #DACFF6. Grayscale: #282828. Windows color (decimal): -14340087 or 602149. OLE color: 602149.

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

Color convert

RGB37489-
CMYK0.2300.810.81
HSL76.92º68.42%11.18%-
HSV(B)76.92º81.25%18.82%-
XYZ1.872.530.65-
YUV40.26110.36125.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=39.36%
G=51.06%
B=9.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374890.2300.810.8176.9268.4211.18
Hex2530917051514d44b
Octal45601127012112111510413
Binary100101110000100110111010100011010001100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253009; }

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

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

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

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

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

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

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

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