#02B114

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

Shades of Islamic Green #02B114

Tints of Islamic Green #02B114

Color information

#02B114 (or 0x02B114) is unknown color: approx Islamic Green. HEX triplet: 02, B1 and 14. RGB value is (2,177,20). Sum of RGB (Red+Green+Blue) = 2+177+20=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 177 (69.53% from 255 or 88.94% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 177 - color contains mainly: green. Hex color #02B114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02B114 is #FD4EEB. Grayscale: #6B6B6B. Windows color (decimal): -16600812 or 1356034. OLE color: 1356034.

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

Color convert

RGB217720-
CMYK0.9900.890.31
HSL126.17º97.77%35.1%-
HSV(B)126.17º98.87%69.41%-
XYZ15.8731.515.91-
YUV106.7879.0253.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 177 (69.53% from 255) = 88.94%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=1.01%
G=88.94%
B=10.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2177200.9900.890.31126.1797.7735.1
Hex2B114630591F7e6223
Octal22612414301313717614243
Binary1010110001101001100011010110011111111111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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