Html Css Color HEX #03BA49 Dark Pastel Green

📋 copy color: '#03BA49'

red 3 ◦ green 186 ◦ blue 73

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

Shades of Dark Pastel Green #03BA49

Tints of Dark Pastel Green #03BA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.99%

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

R = 1.15%
G = 70.99%
B = 27.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#03BA49 (or 0x03BA49) is known color: Dark Pastel Green. HEX triplet: 03, BA and 49. RGB value is (3,186,73). Sum of RGB (Red+Green+Blue) = 3+186+73=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA49 is #FC45B6. Grayscale: #767676. Windows color (decimal): -16532919 or 4831747. OLE color: 4831747.

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

Color convert

RGB 3 186 73 -
CMYK 0.98 0 0.61 0.27
HSL 142.95º 0.97% 0.37% -
HSV(B) 142.95º 0.98% 0.73% -
XYZ 18.8 35.62 12.19 -
YUV 118.4 102.37 45.69 -
System Red Green Blue C M Y K H S L
Decimal 3 186 73 0.98 0 0.61 0.27 142.95 0.97 0.37
Hex 3 BA 49 62 0 3D 1B 8F 61 25
Octal 3 272 111 142 0 75 33 217 141 45
Binary 11 10111010 1001001 1100010 0 111101 11011 10001111 1100001 100101

Color Harmonies of #03BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA49

Black with #03BA49

Text Example


Text Example

White with #03BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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