Html Css Color HEX #03B94D Dark Pastel Green

📋 copy color: '#03B94D'

red 3 ◦ green 185 ◦ blue 77

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

Shades of Dark Pastel Green #03B94D

Tints of Dark Pastel Green #03B94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 69.81%

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

R = 1.13%
G = 69.81%
B = 29.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#03B94D (or 0x03B94D) is known color: Dark Pastel Green. HEX triplet: 03, B9 and 4D. RGB value is (3,185,77). Sum of RGB (Red+Green+Blue) = 3+185+77=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 185 (72.66% from 255 or 69.81% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 185 - color contains mainly: green. Hex color #03B94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B94D is #FC46B2. Grayscale: #767676. Windows color (decimal): -16533171 or 5093635. OLE color: 5093635.

HSL color Cylindrical-coordinate representation of color #03B94D: hue angle of 144.4º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B94D is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 185 77 -
CMYK 0.98 0 0.58 0.27
HSL 144.4º 0.97% 0.37% -
HSV(B) 144.4º 0.98% 0.73% -
XYZ 18.73 35.25 12.84 -
YUV 118.27 104.7 45.78 -
System Red Green Blue C M Y K H S L
Decimal 3 185 77 0.98 0 0.58 0.27 144.4 0.97 0.37
Hex 3 B9 4D 62 0 3A 1B 90 61 25
Octal 3 271 115 142 0 72 33 220 141 45
Binary 11 10111001 1001101 1100010 0 111010 11011 10010000 1100001 100101

Color Harmonies of #03B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B94D

Black with #03B94D

Text Example


Text Example

White with #03B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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