Html Css Color HEX #03C310 Islamic Green

📋 copy color: '#03C310'

red 3 ◦ green 195 ◦ blue 16

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

Shades of Islamic Green #03C310

Tints of Islamic Green #03C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 91.12%

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 1.4%
G = 91.12%
B = 7.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#03C310 (or 0x03C310) is known color: Islamic Green. HEX triplet: 03, C3 and 10. RGB value is (3,195,16). Sum of RGB (Red+Green+Blue) = 3+195+16=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 195 (76.56% from 255 or 91.12% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 195 - color contains mainly: green. Hex color #03C310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C310 is #FC3CEF. Grayscale: #757575. Windows color (decimal): -16530672 or 1098499. OLE color: 1098499.

HSL color Cylindrical-coordinate representation of color #03C310: hue angle of 124.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C310 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 16 -
CMYK 0.98 0 0.92 0.24
HSL 124.06º 0.97% 0.39% -
HSV(B) 124.06º 0.98% 0.76% -
XYZ 19.65 39.09 7 -
YUV 117.19 70.89 46.55 -
System Red Green Blue C M Y K H S L
Decimal 3 195 16 0.98 0 0.92 0.24 124.06 0.97 0.39
Hex 3 C3 10 62 0 5C 18 7C 61 27
Octal 3 303 20 142 0 134 30 174 141 47
Binary 11 11000011 10000 1100010 0 1011100 11000 1111100 1100001 100111

Color Harmonies of #03C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C310

Black with #03C310

Text Example


Text Example

White with #03C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,195,16); }

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

background-color css

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

 a { background-color: rgb(3,195,16); }

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

border-color css

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

 span { border-color: rgb(3,195,16); }

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