Html Css Color HEX #03BD19 Dark Pastel Green

📋 copy color: '#03BD19'

red 3 ◦ green 189 ◦ blue 25

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

Shades of Dark Pastel Green #03BD19

Tints of Dark Pastel Green #03BD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 1.38%
G = 87.1%
B = 11.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#03BD19 (or 0x03BD19) is known color: Dark Pastel Green. HEX triplet: 03, BD and 19. RGB value is (3,189,25). Sum of RGB (Red+Green+Blue) = 3+189+25=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 189 (74.22% from 255 or 87.10% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BD19 is #FC42E6. Grayscale: #737373. Windows color (decimal): -16532199 or 1686787. OLE color: 1686787.

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

Color convert

RGB 3 189 25 -
CMYK 0.98 0 0.87 0.26
HSL 127.1º 0.97% 0.38% -
HSV(B) 127.1º 0.98% 0.74% -
XYZ 18.41 36.48 6.99 -
YUV 114.69 77.38 48.34 -
System Red Green Blue C M Y K H S L
Decimal 3 189 25 0.98 0 0.87 0.26 127.1 0.97 0.38
Hex 3 BD 19 62 0 57 1A 7F 61 26
Octal 3 275 31 142 0 127 32 177 141 46
Binary 11 10111101 11001 1100010 0 1010111 11010 1111111 1100001 100110

Color Harmonies of #03BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD19

Black with #03BD19

Text Example


Text Example

White with #03BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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