Html Css Color HEX #204004 Pine Tree

📋 copy color: '#204004'

red 32 ◦ green 64 ◦ blue 4

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

Shades of Pine Tree #204004

Tints of Pine Tree #204004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 64%

 BLUE value IS 4 (1.95% from 255) = 4%

R = 32%
G = 64%
B = 4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#204004 (or 0x204004) is known color: Pine Tree. HEX triplet: 20, 40 and 04. RGB value is (32,64,4). Sum of RGB (Red+Green+Blue) = 32+64+4=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #204004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204004 is #DFBFFB. Grayscale: #2F2F2F. Windows color (decimal): -14663676 or 278560. OLE color: 278560.

HSL color Cylindrical-coordinate representation of color #204004: hue angle of 92º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #204004 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 64 4 -
CMYK 0.50 0 0.94 0.75
HSL 92º 0.88% 0.13% -
HSV(B) 92º 0.94% 0.25% -
XYZ 2.45 3.98 0.75 -
YUV 47.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 32 64 4 0.50 0 0.94 0.75 92 0.88 0.13
Hex 20 40 4 32 0 5E 4B 5C 58 D
Octal 40 100 4 62 0 136 113 134 130 15
Binary 100000 1000000 100 110010 0 1011110 1001011 1011100 1011000 1101

Color Harmonies of #204004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204004

Black with #204004

Text Example


Text Example

White with #204004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204004; }

 p { color: rgb(32,64,4); }

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

background-color css

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

 a { background-color: rgb(32,64,4); }

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

border-color css

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

 span { border-color: rgb(32,64,4); }

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