Html Css Color HEX #03C04D Dark Pastel Green

📋 copy color: '#03C04D'

red 3 ◦ green 192 ◦ blue 77

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

Shades of Dark Pastel Green #03C04D

Tints of Dark Pastel Green #03C04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 1.1%
G = 70.59%
B = 28.31%

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

#03C04D (or 0x03C04D) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 4D. RGB value is (3,192,77). Sum of RGB (Red+Green+Blue) = 3+192+77=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #03C04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C04D is #FC3FB2. Grayscale: #7A7A7A. Windows color (decimal): -16531379 or 5095427. OLE color: 5095427.

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

Color convert

RGB 3 192 77 -
CMYK 0.98 0 0.60 0.25
HSL 143.49º 0.97% 0.38% -
HSV(B) 143.49º 0.98% 0.75% -
XYZ 20.23 38.25 13.34 -
YUV 122.38 102.38 42.85 -
System Red Green Blue C M Y K H S L
Decimal 3 192 77 0.98 0 0.60 0.25 143.49 0.97 0.38
Hex 3 C0 4D 62 0 3C 19 8F 61 26
Octal 3 300 115 142 0 74 31 217 141 46
Binary 11 11000000 1001101 1100010 0 111100 11001 10001111 1100001 100110

Color Harmonies of #03C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C04D

Black with #03C04D

Text Example


Text Example

White with #03C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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