#20231B

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

Shades of Pine Tree #20231B

Tints of Pine Tree #20231B

Color information

#20231B (or 0x20231B) is unknown color: approx Pine Tree. HEX triplet: 20, 23 and 1B. RGB value is (32,35,27). Sum of RGB (Red+Green+Blue) = 32+35+27=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #20231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20231B is #DFDCE4. Grayscale: #212121. Windows color (decimal): -14671077 or 1778464. OLE color: 1778464.

HSL color Cylindrical-coordinate representation of color #20231B: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #20231B is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB323527-
CMYK0.0900.230.86
HSL82.5º12.9%12.16%-
HSV(B)82.5º22.86%13.73%-
XYZ1.391.591.27-
YUV33.19124.51127.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=34.04%
G=37.23%
B=28.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235270.0900.230.8682.512.912.16
Hex20231B90175652dc
Octal404333110271261221514
Binary1000001000111101110010101111010110101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20231B; }

 p { color: rgb(32,35,27); }

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

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

 a { background-color: rgb(32,35,27); }

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

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

 span { border-color: rgb(32,35,27); }

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