Html Css Color HEX #217000 Green

📋 copy color: '#217000'

red 33 ◦ green 112 ◦ blue 0

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

Shades of Green #217000

Tints of Green #217000

RGB

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

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

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

R = 22.76%
G = 77.24%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#217000 (or 0x217000) is known color: Green. HEX triplet: 21, 70 and 00. RGB value is (33,112,0). Sum of RGB (Red+Green+Blue) = 33+112+0=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #217000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217000 is #DE8FFF. Grayscale: #4B4B4B. Windows color (decimal): -14585856 or 28705. OLE color: 28705.

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

Color convert

RGB 33 112 0 -
CMYK 0.71 0 1 0.56
HSL 102.32º 1% 0.22% -
HSV(B) 102.32º 1% 0.44% -
XYZ 6.42 11.91 1.96 -
YUV 75.61 85.33 97.61 -
System Red Green Blue C M Y K H S L
Decimal 33 112 0 0.71 0 1 0.56 102.32 1 0.22
Hex 21 70 0 47 0 64 38 66 64 16
Octal 41 160 0 107 0 144 70 146 144 26
Binary 100001 1110000 0 1000111 0 1100100 111000 1100110 1100100 10110

Color Harmonies of #217000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217000

Black with #217000

Text Example


Text Example

White with #217000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217000; }

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

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

background-color css

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

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

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

border-color css

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

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

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