Html Css Color HEX #217201 Green

📋 copy color: '#217201'

red 33 ◦ green 114 ◦ blue 1

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

Shades of Green #217201

Tints of Green #217201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 77.03%

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

R = 22.3%
G = 77.03%
B = 0.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#217201 (or 0x217201) is known color: Green. HEX triplet: 21, 72 and 01. RGB value is (33,114,1). Sum of RGB (Red+Green+Blue) = 33+114+1=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #217201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217201 is #DE8DFE. Grayscale: #4D4D4D. Windows color (decimal): -14585343 or 94753. OLE color: 94753.

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

Color convert

RGB 33 114 1 -
CMYK 0.71 0 0.99 0.55
HSL 103.01º 0.98% 0.23% -
HSV(B) 103.01º 0.99% 0.45% -
XYZ 6.65 12.36 2.06 -
YUV 76.9 85.16 96.69 -
System Red Green Blue C M Y K H S L
Decimal 33 114 1 0.71 0 0.99 0.55 103.01 0.98 0.23
Hex 21 72 1 47 0 63 37 67 62 17
Octal 41 162 1 107 0 143 67 147 142 27
Binary 100001 1110010 1 1000111 0 1100011 110111 1100111 1100010 10111

Color Harmonies of #217201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217201

Black with #217201

Text Example


Text Example

White with #217201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217201; }

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

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

background-color css

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

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

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

border-color css

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

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

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