#02A31B

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

Shades of Islamic Green #02A31B

Tints of Islamic Green #02A31B

Color information

#02A31B (or 0x02A31B) is unknown color: approx Islamic Green. HEX triplet: 02, A3 and 1B. RGB value is (2,163,27). Sum of RGB (Red+Green+Blue) = 2+163+27=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 163 (64.06% from 255 or 84.90% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 163 - color contains mainly: green. Hex color #02A31B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A31B is #FD5CE4. Grayscale: #636363. Windows color (decimal): -16604389 or 1811202. OLE color: 1811202.

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

Color convert

RGB216327-
CMYK0.9900.830.36
HSL129.32º97.58%32.35%-
HSV(B)129.32º98.77%63.92%-
XYZ13.3226.295.41-
YUV99.3687.1658.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 163 (64.06% from 255) = 84.90%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=1.04%
G=84.90%
B=14.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2163270.9900.830.36129.3297.5832.35
Hex2A31B6305324816220
Octal22433314301234420114240
Binary101010001111011110001101010011100100100000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,163,27); }

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

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

 a { background-color: rgb(2,163,27); }

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

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

 span { border-color: rgb(2,163,27); }

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