Html Css Color HEX #03C013 Islamic Green

📋 copy color: '#03C013'

red 3 ◦ green 192 ◦ blue 19

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

Shades of Islamic Green #03C013

Tints of Islamic Green #03C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 89.72%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 1.4%
G = 89.72%
B = 8.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#03C013 (or 0x03C013) is known color: Islamic Green. HEX triplet: 03, C0 and 13. RGB value is (3,192,19). Sum of RGB (Red+Green+Blue) = 3+192+19=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 192 (75.39% from 255 or 89.72% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 192 - color contains mainly: green. Hex color #03C013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C013 is #FC3FEC. Grayscale: #747474. Windows color (decimal): -16531437 or 1294339. OLE color: 1294339.

HSL color Cylindrical-coordinate representation of color #03C013: hue angle of 125.08º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C013 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 192 19 -
CMYK 0.98 0 0.90 0.25
HSL 125.08º 0.97% 0.38% -
HSV(B) 125.08º 0.98% 0.75% -
XYZ 19 37.77 6.9 -
YUV 115.77 73.38 47.57 -
System Red Green Blue C M Y K H S L
Decimal 3 192 19 0.98 0 0.90 0.25 125.08 0.97 0.38
Hex 3 C0 13 62 0 5A 19 7D 61 26
Octal 3 300 23 142 0 132 31 175 141 46
Binary 11 11000000 10011 1100010 0 1011010 11001 1111101 1100001 100110

Color Harmonies of #03C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C013

Black with #03C013

Text Example


Text Example

White with #03C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C013; }

 p { color: rgb(3,192,19); }

 H1.HeaderClassName
 {
   color: #03C013;
 }
 .AnyTagClassName
 {
   color: #03C013;
 }
</style>

background-color css

<style>
 a { background-color: #03C013; }

 a { background-color: rgb(3,192,19); }

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

border-color css

<style>
 span { border-color: #03C013; }

 span { border-color: rgb(3,192,19); }

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