#253311

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

Shades of Pine Tree #253311

Tints of Pine Tree #253311

Color information

#253311 (or 0x253311) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 11. RGB value is (37,51,17). Sum of RGB (Red+Green+Blue) = 37+51+17=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #253311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253311 is #DACCEE. Grayscale: #2B2B2B. Windows color (decimal): -14339311 or 1127205. OLE color: 1127205.

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

Color convert

RGB375117-
CMYK0.2700.670.8
HSL84.71º50%13.33%-
HSV(B)84.71º66.67%20%-
XYZ2.052.80.96-
YUV42.94113.36123.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=35.24%
G=48.57%
B=16.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751170.2700.670.884.715013.33
Hex2533111B043505532d
Octal4563213301031201256215
Binary100101110011100011101101000011101000010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253311; }

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

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

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

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

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

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

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

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