Html Css Color HEX #20B302 Islamic Green

📋 copy color: '#20B302'

red 32 ◦ green 179 ◦ blue 2

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

Shades of Islamic Green #20B302

Tints of Islamic Green #20B302

RGB

 RED value IS 32 (12.89% from 255) = 15.02%

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 15.02%
G = 84.04%
B = 0.94%

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

#20B302 (or 0x20B302) is known color: Islamic Green. HEX triplet: 20, B3 and 02. RGB value is (32,179,2). Sum of RGB (Red+Green+Blue) = 32+179+2=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 179 (70.31% from 255 or 84.04% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 179 - color contains mainly: green. Hex color #20B302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B302 is #DF4CFD. Grayscale: #737373. Windows color (decimal): -14634238 or 176928. OLE color: 176928.

HSL color Cylindrical-coordinate representation of color #20B302: hue angle of 109.83º degrees, saturation: 0.98, 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 #20B302 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 179 2 -
CMYK 0.82 0 0.99 0.30
HSL 109.83º 0.98% 0.35% -
HSV(B) 109.83º 0.99% 0.7% -
XYZ 16.73 32.55 5.46 -
YUV 114.87 64.3 68.89 -
System Red Green Blue C M Y K H S L
Decimal 32 179 2 0.82 0 0.99 0.30 109.83 0.98 0.35
Hex 20 B3 2 52 0 63 1E 6E 62 23
Octal 40 263 2 122 0 143 36 156 142 43
Binary 100000 10110011 10 1010010 0 1100011 11110 1101110 1100010 100011

Color Harmonies of #20B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B302

Black with #20B302

Text Example


Text Example

White with #20B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B302; }

 p { color: rgb(32,179,2); }

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

background-color css

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

 a { background-color: rgb(32,179,2); }

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

border-color css

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

 span { border-color: rgb(32,179,2); }

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