Html Css Color HEX #207004 Green

📋 copy color: '#207004'

red 32 ◦ green 112 ◦ blue 4

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

Shades of Green #207004

Tints of Green #207004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.68%

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

R = 21.62%
G = 75.68%
B = 2.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#207004 (or 0x207004) is known color: Green. HEX triplet: 20, 70 and 04. RGB value is (32,112,4). Sum of RGB (Red+Green+Blue) = 32+112+4=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #207004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207004 is #DF8FFB. Grayscale: #4C4C4C. Windows color (decimal): -14651388 or 290848. OLE color: 290848.

HSL color Cylindrical-coordinate representation of color #207004: hue angle of 104.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #207004 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 4 -
CMYK 0.71 0 0.96 0.56
HSL 104.44º 0.93% 0.23% -
HSV(B) 104.44º 0.96% 0.44% -
XYZ 6.41 11.9 2.07 -
YUV 75.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 32 112 4 0.71 0 0.96 0.56 104.44 0.93 0.23
Hex 20 70 4 47 0 60 38 68 5D 17
Octal 40 160 4 107 0 140 70 150 135 27
Binary 100000 1110000 100 1000111 0 1100000 111000 1101000 1011101 10111

Color Harmonies of #207004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207004

Black with #207004

Text Example


Text Example

White with #207004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207004; }

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

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

background-color css

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

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

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

border-color css

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

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

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