Html Css Color HEX #03980F Islamic Green

📋 copy color: '#03980F'

red 3 ◦ green 152 ◦ blue 15

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

Shades of Islamic Green #03980F

Tints of Islamic Green #03980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 1.76%
G = 89.41%
B = 8.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#03980F (or 0x03980F) is known color: Islamic Green. HEX triplet: 03, 98 and 0F. RGB value is (3,152,15). Sum of RGB (Red+Green+Blue) = 3+152+15=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 152 (59.77% from 255 or 89.41% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 152 - color contains mainly: green. Hex color #03980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03980F is #FC67F0. Grayscale: #5C5C5C. Windows color (decimal): -16541681 or 1021955. OLE color: 1021955.

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

Color convert

RGB 3 152 15 -
CMYK 0.98 0 0.90 0.40
HSL 124.83º 0.96% 0.3% -
HSV(B) 124.83º 0.98% 0.6% -
XYZ 11.35 22.51 4.2 -
YUV 91.83 84.64 64.64 -
System Red Green Blue C M Y K H S L
Decimal 3 152 15 0.98 0 0.90 0.40 124.83 0.96 0.3
Hex 3 98 F 62 0 5A 28 7D 60 1E
Octal 3 230 17 142 0 132 50 175 140 36
Binary 11 10011000 1111 1100010 0 1011010 101000 1111101 1100000 11110

Color Harmonies of #03980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03980F

Black with #03980F

Text Example


Text Example

White with #03980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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