Html Css Color HEX #03C304 Islamic Green

📋 copy color: '#03C304'

red 3 ◦ green 195 ◦ blue 4

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

Shades of Islamic Green #03C304

Tints of Islamic Green #03C304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 1.49%
G = 96.53%
B = 1.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#03C304 (or 0x03C304) is known color: Islamic Green. HEX triplet: 03, C3 and 04. RGB value is (3,195,4). Sum of RGB (Red+Green+Blue) = 3+195+4=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 195 (76.56% from 255 or 96.53% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 195 - color contains mainly: green. Hex color #03C304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C304 is #FC3CFB. Grayscale: #747474. Windows color (decimal): -16530684 or 312067. OLE color: 312067.

HSL color Cylindrical-coordinate representation of color #03C304: hue angle of 120.31º 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 #03C304 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 4 -
CMYK 0.98 0 0.98 0.24
HSL 120.31º 0.97% 0.39% -
HSV(B) 120.31º 0.98% 0.76% -
XYZ 19.57 39.06 6.62 -
YUV 115.82 64.89 47.53 -
System Red Green Blue C M Y K H S L
Decimal 3 195 4 0.98 0 0.98 0.24 120.31 0.97 0.39
Hex 3 C3 4 62 0 62 18 78 61 27
Octal 3 303 4 142 0 142 30 170 141 47
Binary 11 11000011 100 1100010 0 1100010 11000 1111000 1100001 100111

Color Harmonies of #03C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C304

Black with #03C304

Text Example


Text Example

White with #03C304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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