Html Css Color HEX #03D43A Dark Pastel Green

📋 copy color: '#03D43A'

red 3 ◦ green 212 ◦ blue 58

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

Shades of Dark Pastel Green #03D43A

Tints of Dark Pastel Green #03D43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.66%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 1.1%
G = 77.66%
B = 21.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#03D43A (or 0x03D43A) is known color: Dark Pastel Green. HEX triplet: 03, D4 and 3A. RGB value is (3,212,58). Sum of RGB (Red+Green+Blue) = 3+212+58=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #03D43A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D43A is #FC2BC5. Grayscale: #848484. Windows color (decimal): -16526278 or 3855363. OLE color: 3855363.

HSL color Cylindrical-coordinate representation of color #03D43A: hue angle of 135.79º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D43A is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 3 212 58 -
CMYK 0.99 0 0.73 0.17
HSL 135.79º 0.97% 0.42% -
HSV(B) 135.79º 0.99% 0.83% -
XYZ 24.34 47.41 11.87 -
YUV 131.95 86.26 36.02 -
System Red Green Blue C M Y K H S L
Decimal 3 212 58 0.99 0 0.73 0.17 135.79 0.97 0.42
Hex 3 D4 3A 63 0 49 11 88 61 2A
Octal 3 324 72 143 0 111 21 210 141 52
Binary 11 11010100 111010 1100011 0 1001001 10001 10001000 1100001 101010

Color Harmonies of #03D43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D43A

Black with #03D43A

Text Example


Text Example

White with #03D43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,212,58); }

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

background-color css

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

 a { background-color: rgb(3,212,58); }

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

border-color css

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

 span { border-color: rgb(3,212,58); }

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