Html Css Color HEX #20B70D Islamic Green

📋 copy color: '#20B70D'

red 32 ◦ green 183 ◦ blue 13

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

Shades of Islamic Green #20B70D

Tints of Islamic Green #20B70D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 80.26%

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

R = 14.04%
G = 80.26%
B = 5.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#20B70D (or 0x20B70D) is known color: Islamic Green. HEX triplet: 20, B7 and 0D. RGB value is (32,183,13). Sum of RGB (Red+Green+Blue) = 32+183+13=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 183 (71.88% from 255 or 80.26% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 183 - color contains mainly: green. Hex color #20B70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B70D is #DF48F2. Grayscale: #777777. Windows color (decimal): -14633203 or 898848. OLE color: 898848.

HSL color Cylindrical-coordinate representation of color #20B70D: hue angle of 113.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20B70D is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 183 13 -
CMYK 0.83 0 0.93 0.28
HSL 113.29º 0.87% 0.38% -
HSV(B) 113.29º 0.93% 0.72% -
XYZ 17.6 34.2 6.05 -
YUV 118.47 68.47 66.32 -
System Red Green Blue C M Y K H S L
Decimal 32 183 13 0.83 0 0.93 0.28 113.29 0.87 0.38
Hex 20 B7 D 53 0 5D 1C 71 57 26
Octal 40 267 15 123 0 135 34 161 127 46
Binary 100000 10110111 1101 1010011 0 1011101 11100 1110001 1010111 100110

Color Harmonies of #20B70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B70D

Black with #20B70D

Text Example


Text Example

White with #20B70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,183,13); }

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

background-color css

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

 a { background-color: rgb(32,183,13); }

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

border-color css

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

 span { border-color: rgb(32,183,13); }

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