Html Css Color HEX #21B20D Islamic Green

📋 copy color: '#21B20D'

red 33 ◦ green 178 ◦ blue 13

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

Shades of Islamic Green #21B20D

Tints of Islamic Green #21B20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 79.46%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 14.73%
G = 79.46%
B = 5.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#21B20D (or 0x21B20D) is known color: Islamic Green. HEX triplet: 21, B2 and 0D. RGB value is (33,178,13). Sum of RGB (Red+Green+Blue) = 33+178+13=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #21B20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21B20D is #DE4DF2. Grayscale: #747474. Windows color (decimal): -14568947 or 897569. OLE color: 897569.

HSL color Cylindrical-coordinate representation of color #21B20D: hue angle of 112.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21B20D is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 13 -
CMYK 0.81 0 0.93 0.30
HSL 112.73º 0.86% 0.37% -
HSV(B) 112.73º 0.93% 0.7% -
XYZ 16.62 32.19 5.72 -
YUV 115.84 69.96 68.92 -
System Red Green Blue C M Y K H S L
Decimal 33 178 13 0.81 0 0.93 0.30 112.73 0.86 0.37
Hex 21 B2 D 51 0 5D 1E 71 56 25
Octal 41 262 15 121 0 135 36 161 126 45
Binary 100001 10110010 1101 1010001 0 1011101 11110 1110001 1010110 100101

Color Harmonies of #21B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B20D

Black with #21B20D

Text Example


Text Example

White with #21B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,178,13); }

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

background-color css

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

 a { background-color: rgb(33,178,13); }

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

border-color css

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

 span { border-color: rgb(33,178,13); }

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