Html Css Color HEX #219500 Islamic Green

📋 copy color: '#219500'

red 33 ◦ green 149 ◦ blue 0

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

Shades of Islamic Green #219500

Tints of Islamic Green #219500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 81.87%

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

R = 18.13%
G = 81.87%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#219500 (or 0x219500) is known color: Islamic Green. HEX triplet: 21, 95 and 00. RGB value is (33,149,0). Sum of RGB (Red+Green+Blue) = 33+149+0=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #219500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219500 is #DE6AFF. Grayscale: #616161. Windows color (decimal): -14576384 or 38177. OLE color: 38177.

HSL color Cylindrical-coordinate representation of color #219500: hue angle of 106.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #219500 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 149 0 -
CMYK 0.78 0 1 0.42
HSL 106.71º 1% 0.29% -
HSV(B) 106.71º 1% 0.58% -
XYZ 11.37 21.82 3.61 -
YUV 97.33 73.07 82.12 -
System Red Green Blue C M Y K H S L
Decimal 33 149 0 0.78 0 1 0.42 106.71 1 0.29
Hex 21 95 0 4E 0 64 2A 6B 64 1D
Octal 41 225 0 116 0 144 52 153 144 35
Binary 100001 10010101 0 1001110 0 1100100 101010 1101011 1100100 11101

Color Harmonies of #219500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219500

Black with #219500

Text Example


Text Example

White with #219500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219500; }

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

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

background-color css

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

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

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

border-color css

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

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

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