#02B418

Color #02B418 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #02B418

Tints of Islamic Green #02B418

Color information

#02B418 (or 0x02B418) is unknown color: approx Islamic Green. HEX triplet: 02, B4 and 18. RGB value is (2,180,24). Sum of RGB (Red+Green+Blue) = 2+180+24=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 180 (70.70% from 255 or 87.38% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 180 - color contains mainly: green. Hex color #02B418 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B418 is #FD4BE7. Grayscale: #6D6D6D. Windows color (decimal): -16600040 or 1618946. OLE color: 1618946.

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

Color convert

RGB218024-
CMYK0.9900.870.29
HSL127.42º97.8%35.69%-
HSV(B)127.42º98.89%70.59%-
XYZ16.5132.726.31-
YUV108.9980.0351.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 180 (70.70% from 255) = 87.38%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=0.97%
G=87.38%
B=11.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2180240.9900.870.29127.4297.835.69
Hex2B418630571D7f6224
Octal22643014301273517714244
Binary1010110100110001100011010101111110111111111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,180,24); }

 H1.HeaderClassName
 {
   color: #02B418;
 }
 .AnyTagClassName
 {
   color: #02B418;
 }
</style>
background-color css

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

 a { background-color: rgb(2,180,24); }

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

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

 span { border-color: rgb(2,180,24); }

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