Html Css Color HEX #03BA20 Dark Pastel Green

📋 copy color: '#03BA20'

red 3 ◦ green 186 ◦ blue 32

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

Shades of Dark Pastel Green #03BA20

Tints of Dark Pastel Green #03BA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 1.36%
G = 84.16%
B = 14.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#03BA20 (or 0x03BA20) is known color: Dark Pastel Green. HEX triplet: 03, BA and 20. RGB value is (3,186,32). Sum of RGB (Red+Green+Blue) = 3+186+32=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 186 (73.05% from 255 or 84.16% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA20 is #FC45DF. Grayscale: #727272. Windows color (decimal): -16532960 or 2144771. OLE color: 2144771.

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

Color convert

RGB 3 186 32 -
CMYK 0.98 0 0.83 0.27
HSL 129.51º 0.97% 0.37% -
HSV(B) 129.51º 0.98% 0.73% -
XYZ 17.86 35.24 7.23 -
YUV 113.73 81.87 49.02 -
System Red Green Blue C M Y K H S L
Decimal 3 186 32 0.98 0 0.83 0.27 129.51 0.97 0.37
Hex 3 BA 20 62 0 53 1B 82 61 25
Octal 3 272 40 142 0 123 33 202 141 45
Binary 11 10111010 100000 1100010 0 1010011 11011 10000010 1100001 100101

Color Harmonies of #03BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA20

Black with #03BA20

Text Example


Text Example

White with #03BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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