Html Css Color HEX #218400 Green

📋 copy color: '#218400'

red 33 ◦ green 132 ◦ blue 0

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

Shades of Green #218400

Tints of Green #218400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 80%

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

R = 20%
G = 80%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#218400 (or 0x218400) is known color: Green. HEX triplet: 21, 84 and 00. RGB value is (33,132,0). Sum of RGB (Red+Green+Blue) = 33+132+0=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 132 (51.95% from 255 or 80% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 132 - color contains mainly: green. Hex color #218400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218400 is #DE7BFF. Grayscale: #575757. Windows color (decimal): -14580736 or 33825. OLE color: 33825.

HSL color Cylindrical-coordinate representation of color #218400: hue angle of 105º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218400 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 0 -
CMYK 0.75 0 1 0.48
HSL 105º 1% 0.26% -
HSV(B) 105º 1% 0.52% -
XYZ 8.88 16.83 2.78 -
YUV 87.35 78.7 89.23 -
System Red Green Blue C M Y K H S L
Decimal 33 132 0 0.75 0 1 0.48 105 1 0.26
Hex 21 84 0 4B 0 64 30 69 64 1A
Octal 41 204 0 113 0 144 60 151 144 32
Binary 100001 10000100 0 1001011 0 1100100 110000 1101001 1100100 11010

Color Harmonies of #218400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218400

Black with #218400

Text Example


Text Example

White with #218400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218400; }

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

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

background-color css

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

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

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

border-color css

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

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

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