Html Css Color HEX #03C00F Islamic Green

📋 copy color: '#03C00F'

red 3 ◦ green 192 ◦ blue 15

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

Shades of Islamic Green #03C00F

Tints of Islamic Green #03C00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 1.43%
G = 91.43%
B = 7.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#03C00F (or 0x03C00F) is known color: Islamic Green. HEX triplet: 03, C0 and 0F. RGB value is (3,192,15). Sum of RGB (Red+Green+Blue) = 3+192+15=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 192 (75.39% from 255 or 91.43% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 192 - color contains mainly: green. Hex color #03C00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C00F is #FC3FF0. Grayscale: #737373. Windows color (decimal): -16531441 or 1032195. OLE color: 1032195.

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

Color convert

RGB 3 192 15 -
CMYK 0.98 0 0.92 0.25
HSL 123.81º 0.97% 0.38% -
HSV(B) 123.81º 0.98% 0.75% -
XYZ 18.97 37.75 6.74 -
YUV 115.31 71.38 47.89 -
System Red Green Blue C M Y K H S L
Decimal 3 192 15 0.98 0 0.92 0.25 123.81 0.97 0.38
Hex 3 C0 F 62 0 5C 19 7C 61 26
Octal 3 300 17 142 0 134 31 174 141 46
Binary 11 11000000 1111 1100010 0 1011100 11001 1111100 1100001 100110

Color Harmonies of #03C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C00F

Black with #03C00F

Text Example


Text Example

White with #03C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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