Html Css Color HEX #03980D Islamic Green

📋 copy color: '#03980D'

red 3 ◦ green 152 ◦ blue 13

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

Shades of Islamic Green #03980D

Tints of Islamic Green #03980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 1.79%
G = 90.48%
B = 7.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#03980D (or 0x03980D) is known color: Islamic Green. HEX triplet: 03, 98 and 0D. RGB value is (3,152,13). Sum of RGB (Red+Green+Blue) = 3+152+13=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 152 (59.77% from 255 or 90.48% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 152 - color contains mainly: green. Hex color #03980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03980D is #FC67F2. Grayscale: #5C5C5C. Windows color (decimal): -16541683 or 890883. OLE color: 890883.

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

Color convert

RGB 3 152 13 -
CMYK 0.98 0 0.91 0.40
HSL 124.03º 0.96% 0.3% -
HSV(B) 124.03º 0.98% 0.6% -
XYZ 11.34 22.5 4.13 -
YUV 91.6 83.64 64.8 -
System Red Green Blue C M Y K H S L
Decimal 3 152 13 0.98 0 0.91 0.40 124.03 0.96 0.3
Hex 3 98 D 62 0 5B 28 7C 60 1E
Octal 3 230 15 142 0 133 50 174 140 36
Binary 11 10011000 1101 1100010 0 1011011 101000 1111100 1100000 11110

Color Harmonies of #03980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03980D

Black with #03980D

Text Example


Text Example

White with #03980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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