Html Css Color HEX #02980A Islamic Green

📋 copy color: '#02980A'

red 2 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #02980A

Tints of Islamic Green #02980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 92.68%

 BLUE value IS 10 (4.3% from 255) = 6.1%

R = 1.22%
G = 92.68%
B = 6.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#02980A (or 0x02980A) is known color: Islamic Green. HEX triplet: 02, 98 and 0A. RGB value is (2,152,10). Sum of RGB (Red+Green+Blue) = 2+152+10=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 152 (59.77% from 255 or 92.68% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 152 - color contains mainly: green. Hex color #02980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02980A is #FD67F5. Grayscale: #5B5B5B. Windows color (decimal): -16607222 or 694274. OLE color: 694274.

HSL color Cylindrical-coordinate representation of color #02980A: hue angle of 123.2º 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 #02980A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 152 10 -
CMYK 0.99 0 0.93 0.40
HSL 123.2º 0.97% 0.3% -
HSV(B) 123.2º 0.99% 0.6% -
XYZ 11.31 22.49 4.03 -
YUV 90.96 82.31 64.55 -
System Red Green Blue C M Y K H S L
Decimal 2 152 10 0.99 0 0.93 0.40 123.2 0.97 0.3
Hex 2 98 A 63 0 5D 28 7B 61 1E
Octal 2 230 12 143 0 135 50 173 141 36
Binary 10 10011000 1010 1100011 0 1011101 101000 1111011 1100001 11110

Color Harmonies of #02980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02980A

Black with #02980A

Text Example


Text Example

White with #02980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02980A;
 }
 .AnyTagClassName
 {
   color: #02980A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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