Html Css Color HEX #03950D Islamic Green

📋 copy color: '#03950D'

red 3 ◦ green 149 ◦ blue 13

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

Shades of Islamic Green #03950D

Tints of Islamic Green #03950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 90.3%

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

R = 1.82%
G = 90.3%
B = 7.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#03950D (or 0x03950D) is known color: Islamic Green. HEX triplet: 03, 95 and 0D. RGB value is (3,149,13). Sum of RGB (Red+Green+Blue) = 3+149+13=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #03950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03950D is #FC6AF2. Grayscale: #5A5A5A. Windows color (decimal): -16542451 or 890115. OLE color: 890115.

HSL color Cylindrical-coordinate representation of color #03950D: hue angle of 124.11º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03950D is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 149 13 -
CMYK 0.98 0 0.91 0.42
HSL 124.11º 0.96% 0.3% -
HSV(B) 124.11º 0.98% 0.58% -
XYZ 10.86 21.54 3.97 -
YUV 89.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 3 149 13 0.98 0 0.91 0.42 124.11 0.96 0.3
Hex 3 95 D 62 0 5B 2A 7C 60 1E
Octal 3 225 15 142 0 133 52 174 140 36
Binary 11 10010101 1101 1100010 0 1011011 101010 1111100 1100000 11110

Color Harmonies of #03950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03950D

Black with #03950D

Text Example


Text Example

White with #03950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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