Html Css Color HEX #21B40B Islamic Green

📋 copy color: '#21B40B'

red 33 ◦ green 180 ◦ blue 11

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

Shades of Islamic Green #21B40B

Tints of Islamic Green #21B40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 80.36%

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 14.73%
G = 80.36%
B = 4.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#21B40B (or 0x21B40B) is known color: Islamic Green. HEX triplet: 21, B4 and 0B. RGB value is (33,180,11). Sum of RGB (Red+Green+Blue) = 33+180+11=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 180 (70.70% from 255 or 80.36% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 180 - color contains mainly: green. Hex color #21B40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B40B is #DE4BF4. Grayscale: #757575. Windows color (decimal): -14568437 or 767009. OLE color: 767009.

HSL color Cylindrical-coordinate representation of color #21B40B: hue angle of 112.19º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21B40B is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 180 11 -
CMYK 0.82 0 0.94 0.29
HSL 112.19º 0.88% 0.37% -
HSV(B) 112.19º 0.94% 0.71% -
XYZ 17.01 32.99 5.79 -
YUV 116.78 68.3 68.24 -
System Red Green Blue C M Y K H S L
Decimal 33 180 11 0.82 0 0.94 0.29 112.19 0.88 0.37
Hex 21 B4 B 52 0 5E 1D 70 58 25
Octal 41 264 13 122 0 136 35 160 130 45
Binary 100001 10110100 1011 1010010 0 1011110 11101 1110000 1011000 100101

Color Harmonies of #21B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B40B

Black with #21B40B

Text Example


Text Example

White with #21B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,180,11); }

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

background-color css

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

 a { background-color: rgb(33,180,11); }

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

border-color css

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

 span { border-color: rgb(33,180,11); }

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