Html Css Color HEX #217400 Green

📋 copy color: '#217400'

red 33 ◦ green 116 ◦ blue 0

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

Shades of Green #217400

Tints of Green #217400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 77.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.15%
G = 77.85%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#217400 (or 0x217400) is known color: Green. HEX triplet: 21, 74 and 00. RGB value is (33,116,0). Sum of RGB (Red+Green+Blue) = 33+116+0=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #217400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217400 is #DE8BFF. Grayscale: #4E4E4E. Windows color (decimal): -14584832 or 29729. OLE color: 29729.

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

Color convert

RGB 33 116 0 -
CMYK 0.72 0 1 0.55
HSL 102.93º 1% 0.23% -
HSV(B) 102.93º 1% 0.45% -
XYZ 6.87 12.81 2.11 -
YUV 77.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 33 116 0 0.72 0 1 0.55 102.93 1 0.23
Hex 21 74 0 48 0 64 37 67 64 17
Octal 41 164 0 110 0 144 67 147 144 27
Binary 100001 1110100 0 1001000 0 1100100 110111 1100111 1100100 10111

Color Harmonies of #217400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217400

Black with #217400

Text Example


Text Example

White with #217400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217400; }

 p { color: rgb(33,116,0); }

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

background-color css

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

 a { background-color: rgb(33,116,0); }

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

border-color css

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

 span { border-color: rgb(33,116,0); }

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