Html Css Color HEX #03980A Islamic Green

📋 copy color: '#03980A'

red 3 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #03980A

Tints of Islamic Green #03980A

RGB

 RED value IS 3 (1.56% from 255) = 1.82%

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

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

R = 1.82%
G = 92.12%
B = 6.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#03980A (or 0x03980A) is known color: Islamic Green. HEX triplet: 03, 98 and 0A. RGB value is (3,152,10). Sum of RGB (Red+Green+Blue) = 3+152+10=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 152 (59.77% from 255 or 92.12% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 152 - color contains mainly: green. Hex color #03980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03980A is #FC67F5. Grayscale: #5B5B5B. Windows color (decimal): -16541686 or 694275. OLE color: 694275.

HSL color Cylindrical-coordinate representation of color #03980A: hue angle of 122.82º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03980A is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 152 10 -
CMYK 0.98 0 0.93 0.40
HSL 122.82º 0.96% 0.3% -
HSV(B) 122.82º 0.98% 0.6% -
XYZ 11.32 22.5 4.03 -
YUV 91.26 82.14 65.05 -
System Red Green Blue C M Y K H S L
Decimal 3 152 10 0.98 0 0.93 0.40 122.82 0.96 0.3
Hex 3 98 A 62 0 5D 28 7B 60 1E
Octal 3 230 12 142 0 135 50 173 140 36
Binary 11 10011000 1010 1100010 0 1011101 101000 1111011 1100000 11110

Color Harmonies of #03980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03980A

Black with #03980A

Text Example


Text Example

White with #03980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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