Html Css Color HEX #02B70E Islamic Green

📋 copy color: '#02B70E'

red 2 ◦ green 183 ◦ blue 14

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

Shades of Islamic Green #02B70E

Tints of Islamic Green #02B70E

RGB

 RED value IS 2 (1.17% from 255) = 1.01%

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

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 1.01%
G = 91.96%
B = 7.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#02B70E (or 0x02B70E) is known color: Islamic Green. HEX triplet: 02, B7 and 0E. RGB value is (2,183,14). Sum of RGB (Red+Green+Blue) = 2+183+14=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 183 (71.88% from 255 or 91.96% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 183 - color contains mainly: green. Hex color #02B70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B70E is #FD48F1. Grayscale: #6E6E6E. Windows color (decimal): -16599282 or 964354. OLE color: 964354.

HSL color Cylindrical-coordinate representation of color #02B70E: hue angle of 123.98º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B70E is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 183 14 -
CMYK 0.99 0 0.92 0.28
HSL 123.98º 0.98% 0.36% -
HSV(B) 123.98º 0.99% 0.72% -
XYZ 17.04 33.91 6.06 -
YUV 109.62 74.03 51.24 -
System Red Green Blue C M Y K H S L
Decimal 2 183 14 0.99 0 0.92 0.28 123.98 0.98 0.36
Hex 2 B7 E 63 0 5C 1C 7C 62 24
Octal 2 267 16 143 0 134 34 174 142 44
Binary 10 10110111 1110 1100011 0 1011100 11100 1111100 1100010 100100

Color Harmonies of #02B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B70E

Black with #02B70E

Text Example


Text Example

White with #02B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B70E; }

 p { color: rgb(2,183,14); }

 H1.HeaderClassName
 {
   color: #02B70E;
 }
 .AnyTagClassName
 {
   color: #02B70E;
 }
</style>

background-color css

<style>
 a { background-color: #02B70E; }

 a { background-color: rgb(2,183,14); }

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

border-color css

<style>
 span { border-color: #02B70E; }

 span { border-color: rgb(2,183,14); }

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