Html Css Color HEX #03980C Islamic Green

📋 copy color: '#03980C'

red 3 ◦ green 152 ◦ blue 12

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

Shades of Islamic Green #03980C

Tints of Islamic Green #03980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 1.8%
G = 91.02%
B = 7.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#03980C (or 0x03980C) is known color: Islamic Green. HEX triplet: 03, 98 and 0C. RGB value is (3,152,12). Sum of RGB (Red+Green+Blue) = 3+152+12=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 152 (59.77% from 255 or 91.02% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 152 - color contains mainly: green. Hex color #03980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03980C is #FC67F3. Grayscale: #5B5B5B. Windows color (decimal): -16541684 or 825347. OLE color: 825347.

HSL color Cylindrical-coordinate representation of color #03980C: hue angle of 123.62º 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 #03980C is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 152 12 -
CMYK 0.98 0 0.92 0.40
HSL 123.62º 0.96% 0.3% -
HSV(B) 123.62º 0.98% 0.6% -
XYZ 11.33 22.5 4.09 -
YUV 91.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 3 152 12 0.98 0 0.92 0.40 123.62 0.96 0.3
Hex 3 98 C 62 0 5C 28 7C 60 1E
Octal 3 230 14 142 0 134 50 174 140 36
Binary 11 10011000 1100 1100010 0 1011100 101000 1111100 1100000 11110

Color Harmonies of #03980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03980C

Black with #03980C

Text Example


Text Example

White with #03980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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