#253317

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

Shades of Pine Tree #253317

Tints of Pine Tree #253317

Color information

#253317 (or 0x253317) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 17. RGB value is (37,51,23). Sum of RGB (Red+Green+Blue) = 37+51+23=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #253317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253317 is #DACCE8. Grayscale: #2B2B2B. Windows color (decimal): -14339305 or 1520421. OLE color: 1520421.

HSL color Cylindrical-coordinate representation of color #253317: hue angle of 90º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253317 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB375123-
CMYK0.2700.550.8
HSL90º37.84%14.51%-
HSV(B)90º54.9%20%-
XYZ2.12.821.24-
YUV43.62116.36123.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=33.33%
G=45.95%
B=20.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751230.2700.550.89037.8414.51
Hex2533171B037505a26f
Octal456327330671201324617
Binary10010111001110111110110110111101000010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253317; }

 p { color: rgb(37,51,23); }

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

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

 a { background-color: rgb(37,51,23); }

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

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

 span { border-color: rgb(37,51,23); }

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