#02B112

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

Shades of Islamic Green #02B112

Tints of Islamic Green #02B112

Color information

#02B112 (or 0x02B112) is unknown color: approx Islamic Green. HEX triplet: 02, B1 and 12. RGB value is (2,177,18). Sum of RGB (Red+Green+Blue) = 2+177+18=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 177 (69.53% from 255 or 89.85% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 177 - color contains mainly: green. Hex color #02B112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B112 is #FD4EED. Grayscale: #6B6B6B. Windows color (decimal): -16600814 or 1224962. OLE color: 1224962.

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

Color convert

RGB217718-
CMYK0.9900.900.31
HSL125.49º97.77%35.1%-
HSV(B)125.49º98.87%69.41%-
XYZ15.8631.55.82-
YUV106.5578.0253.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 177 (69.53% from 255) = 89.85%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=1.02%
G=89.85%
B=9.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2177180.9900.900.31125.4997.7735.1
Hex2B1126305A1F7d6223
Octal22612214301323717514243
Binary1010110001100101100011010110101111111111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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