Html Css Color HEX #02B814 Islamic Green

📋 copy color: '#02B814'

red 2 ◦ green 184 ◦ blue 20

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

Shades of Islamic Green #02B814

Tints of Islamic Green #02B814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 89.32%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 0.97%
G = 89.32%
B = 9.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#02B814 (or 0x02B814) is known color: Islamic Green. HEX triplet: 02, B8 and 14. RGB value is (2,184,20). Sum of RGB (Red+Green+Blue) = 2+184+20=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 184 (72.27% from 255 or 89.32% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 184 - color contains mainly: green. Hex color #02B814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B814 is #FD47EB. Grayscale: #6F6F6F. Windows color (decimal): -16599020 or 1357826. OLE color: 1357826.

HSL color Cylindrical-coordinate representation of color #02B814: hue angle of 125.93º 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 #02B814 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 184 20 -
CMYK 0.99 0 0.89 0.28
HSL 125.93º 0.98% 0.36% -
HSV(B) 125.93º 0.99% 0.72% -
XYZ 17.29 34.34 6.38 -
YUV 110.89 76.7 50.34 -
System Red Green Blue C M Y K H S L
Decimal 2 184 20 0.99 0 0.89 0.28 125.93 0.98 0.36
Hex 2 B8 14 63 0 59 1C 7E 62 24
Octal 2 270 24 143 0 131 34 176 142 44
Binary 10 10111000 10100 1100011 0 1011001 11100 1111110 1100010 100100

Color Harmonies of #02B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B814

Black with #02B814

Text Example


Text Example

White with #02B814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,184,20); }

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

background-color css

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

 a { background-color: rgb(2,184,20); }

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

border-color css

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

 span { border-color: rgb(2,184,20); }

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