Html Css Color HEX #03C04C Dark Pastel Green

📋 copy color: '#03C04C'

red 3 ◦ green 192 ◦ blue 76

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

Shades of Dark Pastel Green #03C04C

Tints of Dark Pastel Green #03C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 1.11%
G = 70.85%
B = 28.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#03C04C (or 0x03C04C) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 4C. RGB value is (3,192,76). Sum of RGB (Red+Green+Blue) = 3+192+76=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #03C04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C04C is #FC3FB3. Grayscale: #7A7A7A. Windows color (decimal): -16531380 or 5029891. OLE color: 5029891.

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

Color convert

RGB 3 192 76 -
CMYK 0.98 0 0.60 0.25
HSL 143.17º 0.97% 0.38% -
HSV(B) 143.17º 0.98% 0.75% -
XYZ 20.19 38.24 13.15 -
YUV 122.27 101.88 42.93 -
System Red Green Blue C M Y K H S L
Decimal 3 192 76 0.98 0 0.60 0.25 143.17 0.97 0.38
Hex 3 C0 4C 62 0 3C 19 8F 61 26
Octal 3 300 114 142 0 74 31 217 141 46
Binary 11 11000000 1001100 1100010 0 111100 11001 10001111 1100001 100110

Color Harmonies of #03C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C04C

Black with #03C04C

Text Example


Text Example

White with #03C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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