Html Css Color HEX #21B301 Islamic Green

📋 copy color: '#21B301'

red 33 ◦ green 179 ◦ blue 1

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

Shades of Islamic Green #21B301

Tints of Islamic Green #21B301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 84.04%

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

R = 15.49%
G = 84.04%
B = 0.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#21B301 (or 0x21B301) is known color: Islamic Green. HEX triplet: 21, B3 and 01. RGB value is (33,179,1). Sum of RGB (Red+Green+Blue) = 33+179+1=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 179 (70.31% from 255 or 84.04% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 179 - color contains mainly: green. Hex color #21B301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B301 is #DE4CFE. Grayscale: #737373. Windows color (decimal): -14568703 or 111393. OLE color: 111393.

HSL color Cylindrical-coordinate representation of color #21B301: hue angle of 109.21º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21B301 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 179 1 -
CMYK 0.82 0 0.99 0.30
HSL 109.21º 0.99% 0.35% -
HSV(B) 109.21º 0.99% 0.7% -
XYZ 16.75 32.57 5.43 -
YUV 115.05 63.63 69.47 -
System Red Green Blue C M Y K H S L
Decimal 33 179 1 0.82 0 0.99 0.30 109.21 0.99 0.35
Hex 21 B3 1 52 0 63 1E 6D 63 23
Octal 41 263 1 122 0 143 36 155 143 43
Binary 100001 10110011 1 1010010 0 1100011 11110 1101101 1100011 100011

Color Harmonies of #21B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B301

Black with #21B301

Text Example


Text Example

White with #21B301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B301; }

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

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

background-color css

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

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

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

border-color css

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

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

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