#253016

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

Shades of Pine Tree #253016

Tints of Pine Tree #253016

Color information

#253016 (or 0x253016) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 16. RGB value is (37,48,22). Sum of RGB (Red+Green+Blue) = 37+48+22=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #253016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253016 is #DACFE9. Grayscale: #292929. Windows color (decimal): -14340074 or 1454117. OLE color: 1454117.

HSL color Cylindrical-coordinate representation of color #253016: hue angle of 85.38º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253016 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB374822-
CMYK0.2300.540.81
HSL85.38º37.14%13.73%-
HSV(B)85.38º54.17%18.82%-
XYZ1.962.571.15-
YUV41.75116.86124.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=34.58%
G=44.86%
B=20.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748220.2300.540.8185.3837.1413.73
Hex25301617036515525e
Octal456026270661211254516
Binary10010111000010110101110110110101000110101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253016; }

 p { color: rgb(37,48,22); }

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

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

 a { background-color: rgb(37,48,22); }

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

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

 span { border-color: rgb(37,48,22); }

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