#02BF02

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

Shades of Islamic Green #02BF02

Tints of Islamic Green #02BF02

Color information

#02BF02 (or 0x02BF02) is unknown color: approx Islamic Green. HEX triplet: 02, BF and 02. RGB value is (2,191,2). Sum of RGB (Red+Green+Blue) = 2+191+2=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 191 (75% from 255 or 97.95% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 191 - color contains mainly: green. Hex color #02BF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BF02 is #FD40FD. Grayscale: #717171. Windows color (decimal): -16597246 or 179970. OLE color: 179970.

HSL color Cylindrical-coordinate representation of color #02BF02: hue angle of 120º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BF02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB21912-
CMYK0.9900.990.25
HSL120º97.93%37.84%-
HSV(B)120º98.95%74.9%-
XYZ18.6737.286.27-
YUV112.9465.3848.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 191 (75% from 255) = 97.95%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=1.03%
G=97.95%
B=1.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal219120.9900.990.2512097.9337.84
Hex2BF26306319786226
Octal2277214301433117014246
Binary1010111111101100011011000111100111110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,191,2); }

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

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

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

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

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

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

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