#02B412

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

Shades of Islamic Green #02B412

Tints of Islamic Green #02B412

Color information

#02B412 (or 0x02B412) is unknown color: approx Islamic Green. HEX triplet: 02, B4 and 12. RGB value is (2,180,18). Sum of RGB (Red+Green+Blue) = 2+180+18=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 180 (70.70% from 255 or 90% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 180 - color contains mainly: green. Hex color #02B412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B412 is #FD4BED. Grayscale: #6C6C6C. Windows color (decimal): -16600046 or 1225730. OLE color: 1225730.

HSL color Cylindrical-coordinate representation of color #02B412: hue angle of 125.39º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B412 is Cyan = 0.99, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB218018-
CMYK0.9900.90.29
HSL125.39º97.8%35.69%-
HSV(B)125.39º98.89%70.59%-
XYZ16.4632.76.02-
YUV108.3177.0352.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 180 (70.70% from 255) = 90%
BLUE value IS 18 (7.42% from 255) = 9%
R=1%
G=90%
B=9%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2180180.9900.90.29125.3997.835.69
Hex2B4126305A1D7d6224
Octal22642214301323517514244
Binary1010110100100101100011010110101110111111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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