#25310E

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

Shades of Pine Tree #25310E

Tints of Pine Tree #25310E

Color information

#25310E (or 0x25310E) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 0E. RGB value is (37,49,14). Sum of RGB (Red+Green+Blue) = 37+49+14=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #25310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310E is #DACEF1. Grayscale: #292929. Windows color (decimal): -14339826 or 930085. OLE color: 930085.

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

Color convert

RGB374914-
CMYK0.2400.710.81
HSL80.57º55.56%12.35%-
HSV(B)80.57º71.43%19.22%-
XYZ1.942.620.82-
YUV41.42112.52124.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 14 (5.86% from 255) = 14%
R=37%
G=49%
B=14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749140.2400.710.8180.5755.5612.35
Hex2531E18047515138c
Octal4561163001071211217014
Binary10010111000111101100001000111101000110100011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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