Html Css Color HEX #20350F Pine Tree

📋 copy color: '#20350F'

red 32 ◦ green 53 ◦ blue 15

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

Shades of Pine Tree #20350F

Tints of Pine Tree #20350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15%

R = 32%
G = 53%
B = 15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#20350F (or 0x20350F) is known color: Pine Tree. HEX triplet: 20, 35 and 0F. RGB value is (32,53,15). Sum of RGB (Red+Green+Blue) = 32+53+15=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #20350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20350F is #DFCAF0. Grayscale: #2A2A2A. Windows color (decimal): -14666481 or 996640. OLE color: 996640.

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

Color convert

RGB 32 53 15 -
CMYK 0.40 0 0.72 0.79
HSL 93.16º 0.56% 0.13% -
HSV(B) 93.16º 0.72% 0.21% -
XYZ 1.95 2.89 0.91 -
YUV 42.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 32 53 15 0.40 0 0.72 0.79 93.16 0.56 0.13
Hex 20 35 F 28 0 48 4F 5D 38 D
Octal 40 65 17 50 0 110 117 135 70 15
Binary 100000 110101 1111 101000 0 1001000 1001111 1011101 111000 1101

Color Harmonies of #20350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20350F

Black with #20350F

Text Example


Text Example

White with #20350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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