Html Css Color HEX #03BD49 Dark Pastel Green

📋 copy color: '#03BD49'

red 3 ◦ green 189 ◦ blue 73

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

Shades of Dark Pastel Green #03BD49

Tints of Dark Pastel Green #03BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 71.32%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 1.13%
G = 71.32%
B = 27.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#03BD49 (or 0x03BD49) is known color: Dark Pastel Green. HEX triplet: 03, BD and 49. RGB value is (3,189,73). Sum of RGB (Red+Green+Blue) = 3+189+73=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD49 is #FC42B6. Grayscale: #787878. Windows color (decimal): -16532151 or 4832515. OLE color: 4832515.

HSL color Cylindrical-coordinate representation of color #03BD49: hue angle of 142.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD49 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 189 73 -
CMYK 0.98 0 0.61 0.26
HSL 142.58º 0.97% 0.38% -
HSV(B) 142.58º 0.98% 0.74% -
XYZ 19.44 36.9 12.4 -
YUV 120.16 101.38 44.43 -
System Red Green Blue C M Y K H S L
Decimal 3 189 73 0.98 0 0.61 0.26 142.58 0.97 0.38
Hex 3 BD 49 62 0 3D 1A 8F 61 26
Octal 3 275 111 142 0 75 32 217 141 46
Binary 11 10111101 1001001 1100010 0 111101 11010 10001111 1100001 100110

Color Harmonies of #03BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD49

Black with #03BD49

Text Example


Text Example

White with #03BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,73); }

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

background-color css

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

 a { background-color: rgb(3,189,73); }

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

border-color css

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

 span { border-color: rgb(3,189,73); }

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