Html Css Color HEX #02AB1B Islamic Green

📋 copy color: '#02AB1B'

red 2 ◦ green 171 ◦ blue 27

#02AB1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02AB1B

Tints of Islamic Green #02AB1B

RGB

 RED value IS 2 (1.17% from 255) = 1%

 GREEN value IS 171 (67.19% from 255) = 85.5%

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 1%
G = 85.5%
B = 13.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#02AB1B (or 0x02AB1B) is known color: Islamic Green. HEX triplet: 02, AB and 1B. RGB value is (2,171,27). Sum of RGB (Red+Green+Blue) = 2+171+27=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 171 (67.19% from 255 or 85.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB1B is #FD54E4. Grayscale: #686868. Windows color (decimal): -16602341 or 1813250. OLE color: 1813250.

HSL color Cylindrical-coordinate representation of color #02AB1B: hue angle of 128.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AB1B is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 171 27 -
CMYK 0.99 0 0.84 0.33
HSL 128.88º 0.98% 0.34% -
HSV(B) 128.88º 0.99% 0.67% -
XYZ 14.79 29.22 5.9 -
YUV 104.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 2 171 27 0.99 0 0.84 0.33 128.88 0.98 0.34
Hex 2 AB 1B 63 0 54 21 81 62 22
Octal 2 253 33 143 0 124 41 201 142 42
Binary 10 10101011 11011 1100011 0 1010100 100001 10000001 1100010 100010

Color Harmonies of #02AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB1B

Black with #02AB1B

Text Example


Text Example

White with #02AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AB1B;
 }
 .AnyTagClassName
 {
   color: #02AB1B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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