Html Css Color HEX #03960D Islamic Green

📋 copy color: '#03960D'

red 3 ◦ green 150 ◦ blue 13

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

Shades of Islamic Green #03960D

Tints of Islamic Green #03960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 90.36%

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

R = 1.81%
G = 90.36%
B = 7.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#03960D (or 0x03960D) is known color: Islamic Green. HEX triplet: 03, 96 and 0D. RGB value is (3,150,13). Sum of RGB (Red+Green+Blue) = 3+150+13=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 150 (58.98% from 255 or 90.36% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 150 - color contains mainly: green. Hex color #03960D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03960D is #FC69F2. Grayscale: #5A5A5A. Windows color (decimal): -16542195 or 890371. OLE color: 890371.

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

Color convert

RGB 3 150 13 -
CMYK 0.98 0 0.91 0.41
HSL 124.08º 0.96% 0.3% -
HSV(B) 124.08º 0.98% 0.59% -
XYZ 11.02 21.86 4.02 -
YUV 90.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 3 150 13 0.98 0 0.91 0.41 124.08 0.96 0.3
Hex 3 96 D 62 0 5B 29 7C 60 1E
Octal 3 226 15 142 0 133 51 174 140 36
Binary 11 10010110 1101 1100010 0 1011011 101001 1111100 1100000 11110

Color Harmonies of #03960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03960D

Black with #03960D

Text Example


Text Example

White with #03960D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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