#253110

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

Shades of Pine Tree #253110

Tints of Pine Tree #253110

Color information

#253110 (or 0x253110) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 10. RGB value is (37,49,16). Sum of RGB (Red+Green+Blue) = 37+49+16=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #253110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253110 is #DACEEF. Grayscale: #292929. Windows color (decimal): -14339824 or 1061157. OLE color: 1061157.

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

Color convert

RGB374916-
CMYK0.2400.670.81
HSL81.82º50.77%12.75%-
HSV(B)81.82º67.35%19.22%-
XYZ1.952.630.89-
YUV41.65113.52124.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=36.27%
G=48.04%
B=15.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749160.2400.670.8181.8250.7712.75
Hex25311018043515233d
Octal4561203001031211226315
Binary100101110001100001100001000011101000110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253110; }

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

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

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

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

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

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

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

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