#02BF03

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

Shades of Islamic Green #02BF03

Tints of Islamic Green #02BF03

Color information

#02BF03 (or 0x02BF03) is unknown color: approx Islamic Green. HEX triplet: 02, BF and 03. RGB value is (2,191,3). Sum of RGB (Red+Green+Blue) = 2+191+3=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 191 (75% from 255 or 97.45% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 191 - color contains mainly: green. Hex color #02BF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BF03 is #FD40FC. Grayscale: #717171. Windows color (decimal): -16597245 or 245506. OLE color: 245506.

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

Color convert

RGB21913-
CMYK0.9900.980.25
HSL120.32º97.93%37.84%-
HSV(B)120.32º98.95%74.9%-
XYZ18.6737.286.3-
YUV113.0665.8848.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 191 (75% from 255) = 97.45%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=1.02%
G=97.45%
B=1.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal219130.9900.980.25120.3297.9337.84
Hex2BF36306219786226
Octal2277314301423117014246
Binary1010111111111100011011000101100111110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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