#02980D

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

Shades of Islamic Green #02980D

Tints of Islamic Green #02980D

Color information

#02980D (or 0x02980D) is unknown color: approx Islamic Green. HEX triplet: 02, 98 and 0D. RGB value is (2,152,13). Sum of RGB (Red+Green+Blue) = 2+152+13=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 152 (59.77% from 255 or 91.02% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 152 - color contains mainly: green. Hex color #02980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02980D is #FD67F2. Grayscale: #5B5B5B. Windows color (decimal): -16607219 or 890882. OLE color: 890882.

HSL color Cylindrical-coordinate representation of color #02980D: hue angle of 124.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02980D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB215213-
CMYK0.9900.910.40
HSL124.4º97.4%30.2%-
HSV(B)124.4º98.68%59.61%-
XYZ11.3322.54.13-
YUV91.383.864.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 152 (59.77% from 255) = 91.02%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=1.20%
G=91.02%
B=7.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2152130.9900.910.40124.497.430.2
Hex298D6305B287c611e
Octal22301514301335017414136
Binary101001100011011100011010110111010001111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02980D; }

 p { color: rgb(2,152,13); }

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

<style>
 a { background-color: #02980D; }

 a { background-color: rgb(2,152,13); }

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

<style>
 span { border-color: #02980D; }

 span { border-color: rgb(2,152,13); }

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