Html Css Color HEX #217001 Green

📋 copy color: '#217001'

red 33 ◦ green 112 ◦ blue 1

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

Shades of Green #217001

Tints of Green #217001

RGB

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

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

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

R = 22.6%
G = 76.71%
B = 0.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#217001 (or 0x217001) is known color: Green. HEX triplet: 21, 70 and 01. RGB value is (33,112,1). Sum of RGB (Red+Green+Blue) = 33+112+1=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #217001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217001 is #DE8FFE. Grayscale: #4C4C4C. Windows color (decimal): -14585855 or 94241. OLE color: 94241.

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

Color convert

RGB 33 112 1 -
CMYK 0.71 0 0.99 0.56
HSL 102.7º 0.98% 0.22% -
HSV(B) 102.7º 0.99% 0.44% -
XYZ 6.43 11.91 1.99 -
YUV 75.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 33 112 1 0.71 0 0.99 0.56 102.7 0.98 0.22
Hex 21 70 1 47 0 63 38 67 62 16
Octal 41 160 1 107 0 143 70 147 142 26
Binary 100001 1110000 1 1000111 0 1100011 111000 1100111 1100010 10110

Color Harmonies of #217001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217001

Black with #217001

Text Example


Text Example

White with #217001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217001; }

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

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

background-color css

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

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

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

border-color css

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

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

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