Html Css Color HEX #217C01 Green

📋 copy color: '#217C01'

red 33 ◦ green 124 ◦ blue 1

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

Shades of Green #217C01

Tints of Green #217C01

RGB

 RED value IS 33 (13.28% from 255) = 20.89%

 GREEN value IS 124 (48.83% from 255) = 78.48%

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

R = 20.89%
G = 78.48%
B = 0.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#217C01 (or 0x217C01) is known color: Green. HEX triplet: 21, 7C and 01. RGB value is (33,124,1). Sum of RGB (Red+Green+Blue) = 33+124+1=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #217C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217C01 is #DE83FE. Grayscale: #535353. Windows color (decimal): -14582783 or 97313. OLE color: 97313.

HSL color Cylindrical-coordinate representation of color #217C01: hue angle of 104.39º 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 #217C01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 1 -
CMYK 0.73 0 0.99 0.51
HSL 104.39º 0.98% 0.25% -
HSV(B) 104.39º 0.99% 0.49% -
XYZ 7.84 14.74 2.46 -
YUV 82.77 81.85 92.5 -
System Red Green Blue C M Y K H S L
Decimal 33 124 1 0.73 0 0.99 0.51 104.39 0.98 0.25
Hex 21 7C 1 49 0 63 33 68 62 19
Octal 41 174 1 111 0 143 63 150 142 31
Binary 100001 1111100 1 1001001 0 1100011 110011 1101000 1100010 11001

Color Harmonies of #217C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C01

Black with #217C01

Text Example


Text Example

White with #217C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217C01; }

 p { color: rgb(33,124,1); }

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

background-color css

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

 a { background-color: rgb(33,124,1); }

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

border-color css

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

 span { border-color: rgb(33,124,1); }

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