Html Css Color HEX #03C212 Islamic Green

📋 copy color: '#03C212'

red 3 ◦ green 194 ◦ blue 18

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

Shades of Islamic Green #03C212

Tints of Islamic Green #03C212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 90.23%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 1.4%
G = 90.23%
B = 8.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#03C212 (or 0x03C212) is known color: Islamic Green. HEX triplet: 03, C2 and 12. RGB value is (3,194,18). Sum of RGB (Red+Green+Blue) = 3+194+18=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 194 (76.17% from 255 or 90.23% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 194 - color contains mainly: green. Hex color #03C212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C212 is #FC3DED. Grayscale: #757575. Windows color (decimal): -16530926 or 1229315. OLE color: 1229315.

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

Color convert

RGB 3 194 18 -
CMYK 0.98 0 0.91 0.24
HSL 124.71º 0.97% 0.39% -
HSV(B) 124.71º 0.98% 0.76% -
XYZ 19.44 38.65 7.01 -
YUV 116.83 72.22 46.81 -
System Red Green Blue C M Y K H S L
Decimal 3 194 18 0.98 0 0.91 0.24 124.71 0.97 0.39
Hex 3 C2 12 62 0 5B 18 7D 61 27
Octal 3 302 22 142 0 133 30 175 141 47
Binary 11 11000010 10010 1100010 0 1011011 11000 1111101 1100001 100111

Color Harmonies of #03C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C212

Black with #03C212

Text Example


Text Example

White with #03C212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,194,18); }

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

background-color css

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

 a { background-color: rgb(3,194,18); }

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

border-color css

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

 span { border-color: rgb(3,194,18); }

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