#253314

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

Shades of Pine Tree #253314

Tints of Pine Tree #253314

Color information

#253314 (or 0x253314) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 14. RGB value is (37,51,20). Sum of RGB (Red+Green+Blue) = 37+51+20=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #253314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253314 is #DACCEB. Grayscale: #2B2B2B. Windows color (decimal): -14339308 or 1323813. OLE color: 1323813.

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

Color convert

RGB375120-
CMYK0.2700.610.8
HSL87.1º43.66%13.92%-
HSV(B)87.1º60.78%20%-
XYZ2.072.811.1-
YUV43.28114.86123.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=34.26%
G=47.22%
B=18.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751200.2700.610.887.143.6613.92
Hex2533141B03D50572ce
Octal456324330751201275416
Binary10010111001110100110110111101101000010101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253314; }

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

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

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

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

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

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

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

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