#03B102

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

Shades of Islamic Green #03B102

Tints of Islamic Green #03B102

Color information

#03B102 (or 0x03B102) is unknown color: approx Islamic Green. HEX triplet: 03, B1 and 02. RGB value is (3,177,2). Sum of RGB (Red+Green+Blue) = 3+177+2=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 177 (69.53% from 255 or 97.25% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 177 - color contains mainly: green. Hex color #03B102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03B102 is #FC4EFD. Grayscale: #696969. Windows color (decimal): -16535294 or 176387. OLE color: 176387.

HSL color Cylindrical-coordinate representation of color #03B102: hue angle of 119.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B102 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB31772-
CMYK0.9800.990.31
HSL119.66º97.77%35.1%-
HSV(B)119.66º98.87%69.41%-
XYZ15.7731.475.3-
YUV105.0269.8555.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 177 (69.53% from 255) = 97.25%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=1.65%
G=97.25%
B=1.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal317720.9800.990.31119.6697.7735.1
Hex3B12620631F786223
Octal3261214201433717014243
Binary1110110001101100010011000111111111110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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