Html Css Color HEX #20290F Pine Tree

📋 copy color: '#20290F'

red 32 ◦ green 41 ◦ blue 15

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

Shades of Pine Tree #20290F

Tints of Pine Tree #20290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 46.59%

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

R = 36.36%
G = 46.59%
B = 17.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#20290F (or 0x20290F) is known color: Pine Tree. HEX triplet: 20, 29 and 0F. RGB value is (32,41,15). Sum of RGB (Red+Green+Blue) = 32+41+15=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 41 - color contains mainly: green. Hex color #20290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20290F is #DFD6F0. Grayscale: #232323. Windows color (decimal): -14669553 or 993568. OLE color: 993568.

HSL color Cylindrical-coordinate representation of color #20290F: hue angle of 80.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20290F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 41 15 -
CMYK 0.22 0 0.63 0.84
HSL 80.77º 0.46% 0.11% -
HSV(B) 80.77º 0.63% 0.16% -
XYZ 1.47 1.93 0.75 -
YUV 35.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 32 41 15 0.22 0 0.63 0.84 80.77 0.46 0.11
Hex 20 29 F 16 0 3F 54 51 2E B
Octal 40 51 17 26 0 77 124 121 56 13
Binary 100000 101001 1111 10110 0 111111 1010100 1010001 101110 1011

Color Harmonies of #20290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20290F

Black with #20290F

Text Example


Text Example

White with #20290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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