#03BF02

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

Shades of Islamic Green #03BF02

Tints of Islamic Green #03BF02

Color information

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

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

Color convert

RGB31912-
CMYK0.9800.990.25
HSL119.68º97.93%37.84%-
HSV(B)119.68º98.95%74.9%-
XYZ18.6837.296.27-
YUV113.2465.2249.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal319120.9800.990.25119.6897.9337.84
Hex3BF26206319786226
Octal3277214201433117014246
Binary1110111111101100010011000111100111110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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