Html Css Color HEX #20B002 Islamic Green

📋 copy color: '#20B002'

red 32 ◦ green 176 ◦ blue 2

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

Shades of Islamic Green #20B002

Tints of Islamic Green #20B002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 83.81%

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

R = 15.24%
G = 83.81%
B = 0.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#20B002 (or 0x20B002) is known color: Islamic Green. HEX triplet: 20, B0 and 02. RGB value is (32,176,2). Sum of RGB (Red+Green+Blue) = 32+176+2=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 176 (69.14% from 255 or 83.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 176 - color contains mainly: green. Hex color #20B002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B002 is #DF4FFD. Grayscale: #717171. Windows color (decimal): -14635006 or 176160. OLE color: 176160.

HSL color Cylindrical-coordinate representation of color #20B002: hue angle of 109.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20B002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 176 2 -
CMYK 0.82 0 0.99 0.31
HSL 109.66º 0.98% 0.35% -
HSV(B) 109.66º 0.99% 0.69% -
XYZ 16.13 31.36 5.26 -
YUV 113.11 65.29 70.15 -
System Red Green Blue C M Y K H S L
Decimal 32 176 2 0.82 0 0.99 0.31 109.66 0.98 0.35
Hex 20 B0 2 52 0 63 1F 6E 62 23
Octal 40 260 2 122 0 143 37 156 142 43
Binary 100000 10110000 10 1010010 0 1100011 11111 1101110 1100010 100011

Color Harmonies of #20B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B002

Black with #20B002

Text Example


Text Example

White with #20B002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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