#20251A

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

Shades of Pine Tree #20251A

Tints of Pine Tree #20251A

Color information

#20251A (or 0x20251A) is unknown color: approx Pine Tree. HEX triplet: 20, 25 and 1A. RGB value is (32,37,26). Sum of RGB (Red+Green+Blue) = 32+37+26=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #20251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20251A is #DFDAE5. Grayscale: #222222. Windows color (decimal): -14670566 or 1713440. OLE color: 1713440.

HSL color Cylindrical-coordinate representation of color #20251A: hue angle of 87.27º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #20251A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB323726-
CMYK0.1400.300.85
HSL87.27º17.46%12.35%-
HSV(B)87.27º29.73%14.51%-
XYZ1.441.71.23-
YUV34.25123.34126.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=33.68%
G=38.95%
B=27.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237260.1400.300.8587.2717.4612.35
Hex20251AE01E555711c
Octal404532160361251272114
Binary10000010010111010111001111010101011010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20251A; }

 p { color: rgb(32,37,26); }

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

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

 a { background-color: rgb(32,37,26); }

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

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

 span { border-color: rgb(32,37,26); }

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