#02B801

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

Shades of Islamic Green #02B801

Tints of Islamic Green #02B801

Color information

#02B801 (or 0x02B801) is unknown color: approx Islamic Green. HEX triplet: 02, B8 and 01. RGB value is (2,184,1). Sum of RGB (Red+Green+Blue) = 2+184+1=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 184 (72.27% from 255 or 98.40% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 184 - color contains mainly: green. Hex color #02B801 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B801 is #FD47FE. Grayscale: #6D6D6D. Windows color (decimal): -16599039 or 112642. OLE color: 112642.

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

Color convert

RGB21841-
CMYK0.9900.990.28
HSL119.67º98.92%36.27%-
HSV(B)119.67º99.46%72.16%-
XYZ17.1734.35.74-
YUV108.7267.251.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 184 (72.27% from 255) = 98.40%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=1.07%
G=98.40%
B=0.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal218410.9900.990.28119.6798.9236.27
Hex2B81630631C786324
Octal2270114301433417014344
Binary101011100011100011011000111110011110001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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