#20370F

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

Shades of Pine Tree #20370F

Tints of Pine Tree #20370F

Color information

#20370F (or 0x20370F) is unknown color: approx Pine Tree. HEX triplet: 20, 37 and 0F. RGB value is (32,55,15). Sum of RGB (Red+Green+Blue) = 32+55+15=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #20370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20370F is #DFC8F0. Grayscale: #2B2B2B. Windows color (decimal): -14665969 or 997152. OLE color: 997152.

HSL color Cylindrical-coordinate representation of color #20370F: hue angle of 94.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20370F is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB325515-
CMYK0.4200.730.78
HSL94.5º57.14%13.73%-
HSV(B)94.5º72.73%21.57%-
XYZ2.053.070.94-
YUV43.56111.88119.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=31.37%
G=53.92%
B=14.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3255150.4200.730.7894.557.1413.73
Hex2037F2A0494E5e39e
Octal4067175201111161367116
Binary100000110111111110101001001001100111010111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20370F; }

 p { color: rgb(32,55,15); }

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

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

 a { background-color: rgb(32,55,15); }

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

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

 span { border-color: rgb(32,55,15); }

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