Html Css Color HEX #207E01 Green

📋 copy color: '#207E01'

red 32 ◦ green 126 ◦ blue 1

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

Shades of Green #207E01

Tints of Green #207E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 79.25%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 20.13%
G = 79.25%
B = 0.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#207E01 (or 0x207E01) is known color: Green. HEX triplet: 20, 7E and 01. RGB value is (32,126,1). Sum of RGB (Red+Green+Blue) = 32+126+1=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 126 (49.61% from 255 or 79.25% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 126 - color contains mainly: green. Hex color #207E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207E01 is #DF81FE. Grayscale: #545454. Windows color (decimal): -14647807 or 97824. OLE color: 97824.

HSL color Cylindrical-coordinate representation of color #207E01: hue angle of 105.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #207E01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 126 1 -
CMYK 0.75 0 0.99 0.51
HSL 105.12º 0.98% 0.25% -
HSV(B) 105.12º 0.99% 0.49% -
XYZ 8.06 15.23 2.54 -
YUV 83.64 81.36 91.16 -
System Red Green Blue C M Y K H S L
Decimal 32 126 1 0.75 0 0.99 0.51 105.12 0.98 0.25
Hex 20 7E 1 4B 0 63 33 69 62 19
Octal 40 176 1 113 0 143 63 151 142 31
Binary 100000 1111110 1 1001011 0 1100011 110011 1101001 1100010 11001

Color Harmonies of #207E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207E01

Black with #207E01

Text Example


Text Example

White with #207E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207E01; }

 p { color: rgb(32,126,1); }

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

background-color css

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

 a { background-color: rgb(32,126,1); }

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

border-color css

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

 span { border-color: rgb(32,126,1); }

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