Html Css Color HEX #219401 Islamic Green

📋 copy color: '#219401'

red 33 ◦ green 148 ◦ blue 1

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

Shades of Islamic Green #219401

Tints of Islamic Green #219401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 81.32%

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

R = 18.13%
G = 81.32%
B = 0.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#219401 (or 0x219401) is known color: Islamic Green. HEX triplet: 21, 94 and 01. RGB value is (33,148,1). Sum of RGB (Red+Green+Blue) = 33+148+1=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 148 (58.20% from 255 or 81.32% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 148 - color contains mainly: green. Hex color #219401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219401 is #DE6BFE. Grayscale: #616161. Windows color (decimal): -14576639 or 103457. OLE color: 103457.

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

Color convert

RGB 33 148 1 -
CMYK 0.78 0 0.99 0.42
HSL 106.94º 0.99% 0.29% -
HSV(B) 106.94º 0.99% 0.58% -
XYZ 11.22 21.51 3.59 -
YUV 96.86 73.9 82.45 -
System Red Green Blue C M Y K H S L
Decimal 33 148 1 0.78 0 0.99 0.42 106.94 0.99 0.29
Hex 21 94 1 4E 0 63 2A 6B 63 1D
Octal 41 224 1 116 0 143 52 153 143 35
Binary 100001 10010100 1 1001110 0 1100011 101010 1101011 1100011 11101

Color Harmonies of #219401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219401

Black with #219401

Text Example


Text Example

White with #219401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219401; }

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

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

background-color css

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

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

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

border-color css

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

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

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