#253007

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

Shades of Pine Tree #253007

Tints of Pine Tree #253007

Color information

#253007 (or 0x253007) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 07. RGB value is (37,48,7). Sum of RGB (Red+Green+Blue) = 37+48+7=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #253007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253007 is #DACFF8. Grayscale: #282828. Windows color (decimal): -14340089 or 471077. OLE color: 471077.

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

Color convert

RGB37487-
CMYK0.2300.850.81
HSL76.1º74.55%10.78%-
HSV(B)76.1º85.42%18.82%-
XYZ1.862.520.59-
YUV40.04109.36125.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=40.22%
G=52.17%
B=7.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374870.2300.850.8176.174.5510.78
Hex2530717055514c4bb
Octal4560727012512111411313
Binary10010111000011110111010101011010001100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253007; }

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

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

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

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

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

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

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

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