Html Css Color HEX #03C008 Islamic Green

📋 copy color: '#03C008'

red 3 ◦ green 192 ◦ blue 8

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

Shades of Islamic Green #03C008

Tints of Islamic Green #03C008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 1.48%
G = 94.58%
B = 3.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#03C008 (or 0x03C008) is known color: Islamic Green. HEX triplet: 03, C0 and 08. RGB value is (3,192,8). Sum of RGB (Red+Green+Blue) = 3+192+8=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 192 (75.39% from 255 or 94.58% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 192 - color contains mainly: green. Hex color #03C008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C008 is #FC3FF7. Grayscale: #737373. Windows color (decimal): -16531448 or 573443. OLE color: 573443.

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

Color convert

RGB 3 192 8 -
CMYK 0.98 0 0.96 0.25
HSL 121.59º 0.97% 0.38% -
HSV(B) 121.59º 0.98% 0.75% -
XYZ 18.93 37.74 6.52 -
YUV 114.51 67.88 48.46 -
System Red Green Blue C M Y K H S L
Decimal 3 192 8 0.98 0 0.96 0.25 121.59 0.97 0.38
Hex 3 C0 8 62 0 60 19 7A 61 26
Octal 3 300 10 142 0 140 31 172 141 46
Binary 11 11000000 1000 1100010 0 1100000 11001 1111010 1100001 100110

Color Harmonies of #03C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C008

Black with #03C008

Text Example


Text Example

White with #03C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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