Html Css Color HEX #20350B Pine Tree

📋 copy color: '#20350B'

red 32 ◦ green 53 ◦ blue 11

#20350B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #20350B

Tints of Pine Tree #20350B

RGB

 RED value IS 32 (12.89% from 255) = 33.33%

 GREEN value IS 53 (21.09% from 255) = 55.21%

 BLUE value IS 11 (4.69% from 255) = 11.46%

R = 33.33%
G = 55.21%
B = 11.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#20350B (or 0x20350B) is known color: Pine Tree. HEX triplet: 20, 35 and 0B. RGB value is (32,53,11). Sum of RGB (Red+Green+Blue) = 32+53+11=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #20350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20350B is #DFCAF4. Grayscale: #2A2A2A. Windows color (decimal): -14666485 or 734496. OLE color: 734496.

HSL color Cylindrical-coordinate representation of color #20350B: hue angle of 90º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20350B is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 53 11 -
CMYK 0.40 0 0.79 0.79
HSL 90º 0.66% 0.13% -
HSV(B) 90º 0.79% 0.21% -
XYZ 1.93 2.88 0.77 -
YUV 41.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 32 53 11 0.40 0 0.79 0.79 90 0.66 0.13
Hex 20 35 B 28 0 4F 4F 5A 42 D
Octal 40 65 13 50 0 117 117 132 102 15
Binary 100000 110101 1011 101000 0 1001111 1001111 1011010 1000010 1101

Color Harmonies of #20350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20350B

Black with #20350B

Text Example


Text Example

White with #20350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,53,11); }

 H1.HeaderClassName
 {
   color: #20350B;
 }
 .AnyTagClassName
 {
   color: #20350B;
 }
</style>

background-color css

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

 a { background-color: rgb(32,53,11); }

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

border-color css

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

 span { border-color: rgb(32,53,11); }

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