Html Css Color HEX #21B30D Islamic Green

📋 copy color: '#21B30D'

red 33 ◦ green 179 ◦ blue 13

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

Shades of Islamic Green #21B30D

Tints of Islamic Green #21B30D

RGB

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

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

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

R = 14.67%
G = 79.56%
B = 5.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#21B30D (or 0x21B30D) is known color: Islamic Green. HEX triplet: 21, B3 and 0D. RGB value is (33,179,13). Sum of RGB (Red+Green+Blue) = 33+179+13=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 179 (70.31% from 255 or 79.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 179 - color contains mainly: green. Hex color #21B30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B30D is #DE4CF2. Grayscale: #747474. Windows color (decimal): -14568691 or 897825. OLE color: 897825.

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

Color convert

RGB 33 179 13 -
CMYK 0.82 0 0.93 0.30
HSL 112.77º 0.86% 0.38% -
HSV(B) 112.77º 0.93% 0.7% -
XYZ 16.82 32.59 5.79 -
YUV 116.42 69.63 68.5 -
System Red Green Blue C M Y K H S L
Decimal 33 179 13 0.82 0 0.93 0.30 112.77 0.86 0.38
Hex 21 B3 D 52 0 5D 1E 71 56 26
Octal 41 263 15 122 0 135 36 161 126 46
Binary 100001 10110011 1101 1010010 0 1011101 11110 1110001 1010110 100110

Color Harmonies of #21B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B30D

Black with #21B30D

Text Example


Text Example

White with #21B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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