Html Css Color HEX #03C04A Dark Pastel Green

📋 copy color: '#03C04A'

red 3 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #03C04A

Tints of Dark Pastel Green #03C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 1.12%
G = 71.38%
B = 27.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#03C04A (or 0x03C04A) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 4A. RGB value is (3,192,74). Sum of RGB (Red+Green+Blue) = 3+192+74=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #03C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C04A is #FC3FB5. Grayscale: #7A7A7A. Windows color (decimal): -16531382 or 4898819. OLE color: 4898819.

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

Color convert

RGB 3 192 74 -
CMYK 0.98 0 0.61 0.25
HSL 142.54º 0.97% 0.38% -
HSV(B) 142.54º 0.98% 0.75% -
XYZ 20.12 38.21 12.79 -
YUV 122.04 100.88 43.09 -
System Red Green Blue C M Y K H S L
Decimal 3 192 74 0.98 0 0.61 0.25 142.54 0.97 0.38
Hex 3 C0 4A 62 0 3D 19 8F 61 26
Octal 3 300 112 142 0 75 31 217 141 46
Binary 11 11000000 1001010 1100010 0 111101 11001 10001111 1100001 100110

Color Harmonies of #03C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C04A

Black with #03C04A

Text Example


Text Example

White with #03C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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