#02A21B

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

Shades of Islamic Green #02A21B

Tints of Islamic Green #02A21B

Color information

#02A21B (or 0x02A21B) is unknown color: approx Islamic Green. HEX triplet: 02, A2 and 1B. RGB value is (2,162,27). Sum of RGB (Red+Green+Blue) = 2+162+27=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 162 (63.67% from 255 or 84.82% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 162 - color contains mainly: green. Hex color #02A21B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A21B is #FD5DE4. Grayscale: #636363. Windows color (decimal): -16604645 or 1810946. OLE color: 1810946.

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

Color convert

RGB216227-
CMYK0.9900.830.36
HSL129.38º97.56%32.16%-
HSV(B)129.38º98.77%63.53%-
XYZ13.1425.935.35-
YUV98.7787.4958.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 162 (63.67% from 255) = 84.82%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=1.05%
G=84.82%
B=14.14%

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
Decimal2162270.9900.830.36129.3897.5632.16
Hex2A21B6305324816220
Octal22423314301234420114240
Binary101010001011011110001101010011100100100000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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