#253312

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

Shades of Pine Tree #253312

Tints of Pine Tree #253312

Color information

#253312 (or 0x253312) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 12. RGB value is (37,51,18). Sum of RGB (Red+Green+Blue) = 37+51+18=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #253312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253312 is #DACCED. Grayscale: #2B2B2B. Windows color (decimal): -14339310 or 1192741. OLE color: 1192741.

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

Color convert

RGB375118-
CMYK0.2700.650.8
HSL85.45º47.83%13.53%-
HSV(B)85.45º64.71%20%-
XYZ2.062.81.01-
YUV43.05113.86123.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=34.91%
G=48.11%
B=16.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751180.2700.650.885.4547.8313.53
Hex2533121B041505530e
Octal4563223301011201256016
Binary100101110011100101101101000001101000010101011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253312; }

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

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

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

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

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

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

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

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