#25310C

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

Shades of Pine Tree #25310C

Tints of Pine Tree #25310C

Color information

#25310C (or 0x25310C) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 0C. RGB value is (37,49,12). Sum of RGB (Red+Green+Blue) = 37+49+12=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #25310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310C is #DACEF3. Grayscale: #292929. Windows color (decimal): -14339828 or 799013. OLE color: 799013.

HSL color Cylindrical-coordinate representation of color #25310C: hue angle of 79.46º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25310C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB374912-
CMYK0.2400.760.81
HSL79.46º60.66%11.96%-
HSV(B)79.46º75.51%19.22%-
XYZ1.932.620.75-
YUV41.19111.52125.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=37.76%
G=50%
B=12.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749120.2400.760.8179.4660.6611.96
Hex2531C1804C514f3dc
Octal4561143001141211177514
Binary10010111000111001100001001100101000110011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25310C; }

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

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

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

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

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

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

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

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