Html Css Color HEX #03950B Islamic Green

📋 copy color: '#03950B'

red 3 ◦ green 149 ◦ blue 11

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

Shades of Islamic Green #03950B

Tints of Islamic Green #03950B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 1.84%
G = 91.41%
B = 6.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#03950B (or 0x03950B) is known color: Islamic Green. HEX triplet: 03, 95 and 0B. RGB value is (3,149,11). Sum of RGB (Red+Green+Blue) = 3+149+11=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 149 (58.59% from 255 or 91.41% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 149 - color contains mainly: green. Hex color #03950B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03950B is #FC6AF4. Grayscale: #5A5A5A. Windows color (decimal): -16542453 or 759043. OLE color: 759043.

HSL color Cylindrical-coordinate representation of color #03950B: hue angle of 123.29º 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 #03950B is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 149 11 -
CMYK 0.98 0 0.93 0.42
HSL 123.29º 0.96% 0.3% -
HSV(B) 123.29º 0.98% 0.58% -
XYZ 10.85 21.54 3.9 -
YUV 89.61 83.63 66.22 -
System Red Green Blue C M Y K H S L
Decimal 3 149 11 0.98 0 0.93 0.42 123.29 0.96 0.3
Hex 3 95 B 62 0 5D 2A 7B 60 1E
Octal 3 225 13 142 0 135 52 173 140 36
Binary 11 10010101 1011 1100010 0 1011101 101010 1111011 1100000 11110

Color Harmonies of #03950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03950B

Black with #03950B

Text Example


Text Example

White with #03950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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