Html Css Color HEX #217A01 Green

📋 copy color: '#217A01'

red 33 ◦ green 122 ◦ blue 1

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

Shades of Green #217A01

Tints of Green #217A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 78.21%

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

R = 21.15%
G = 78.21%
B = 0.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#217A01 (or 0x217A01) is known color: Green. HEX triplet: 21, 7A and 01. RGB value is (33,122,1). Sum of RGB (Red+Green+Blue) = 33+122+1=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 122 (48.05% from 255 or 78.21% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 122 - color contains mainly: green. Hex color #217A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217A01 is #DE85FE. Grayscale: #515151. Windows color (decimal): -14583295 or 96801. OLE color: 96801.

HSL color Cylindrical-coordinate representation of color #217A01: hue angle of 104.13º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #217A01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 122 1 -
CMYK 0.73 0 0.99 0.52
HSL 104.13º 0.98% 0.24% -
HSV(B) 104.13º 0.99% 0.48% -
XYZ 7.59 14.24 2.38 -
YUV 81.6 82.51 93.34 -
System Red Green Blue C M Y K H S L
Decimal 33 122 1 0.73 0 0.99 0.52 104.13 0.98 0.24
Hex 21 7A 1 49 0 63 34 68 62 18
Octal 41 172 1 111 0 143 64 150 142 30
Binary 100001 1111010 1 1001001 0 1100011 110100 1101000 1100010 11000

Color Harmonies of #217A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217A01

Black with #217A01

Text Example


Text Example

White with #217A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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