Html Css Color HEX #03BA17 Dark Pastel Green

📋 copy color: '#03BA17'

red 3 ◦ green 186 ◦ blue 23

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

Shades of Dark Pastel Green #03BA17

Tints of Dark Pastel Green #03BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 1.42%
G = 87.74%
B = 10.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#03BA17 (or 0x03BA17) is known color: Dark Pastel Green. HEX triplet: 03, BA and 17. RGB value is (3,186,23). Sum of RGB (Red+Green+Blue) = 3+186+23=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA17 is #FC45E8. Grayscale: #717171. Windows color (decimal): -16532969 or 1554947. OLE color: 1554947.

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

Color convert

RGB 3 186 23 -
CMYK 0.98 0 0.88 0.27
HSL 126.56º 0.97% 0.37% -
HSV(B) 126.56º 0.98% 0.73% -
XYZ 17.75 35.2 6.67 -
YUV 112.7 77.37 49.75 -
System Red Green Blue C M Y K H S L
Decimal 3 186 23 0.98 0 0.88 0.27 126.56 0.97 0.37
Hex 3 BA 17 62 0 58 1B 7F 61 25
Octal 3 272 27 142 0 130 33 177 141 45
Binary 11 10111010 10111 1100010 0 1011000 11011 1111111 1100001 100101

Color Harmonies of #03BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA17

Black with #03BA17

Text Example


Text Example

White with #03BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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