Html Css Color HEX #03BF4E Dark Pastel Green

📋 copy color: '#03BF4E'

red 3 ◦ green 191 ◦ blue 78

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

Shades of Dark Pastel Green #03BF4E

Tints of Dark Pastel Green #03BF4E

RGB

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

 GREEN value IS 191 (75% from 255) = 70.22%

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 1.1%
G = 70.22%
B = 28.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#03BF4E (or 0x03BF4E) is known color: Dark Pastel Green. HEX triplet: 03, BF and 4E. RGB value is (3,191,78). Sum of RGB (Red+Green+Blue) = 3+191+78=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BF4E is #FC40B1. Grayscale: #7A7A7A. Windows color (decimal): -16531634 or 5160707. OLE color: 5160707.

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

Color convert

RGB 3 191 78 -
CMYK 0.98 0 0.59 0.25
HSL 143.94º 0.97% 0.38% -
HSV(B) 143.94º 0.98% 0.75% -
XYZ 20.04 37.83 13.45 -
YUV 121.91 103.22 43.19 -
System Red Green Blue C M Y K H S L
Decimal 3 191 78 0.98 0 0.59 0.25 143.94 0.97 0.38
Hex 3 BF 4E 62 0 3B 19 90 61 26
Octal 3 277 116 142 0 73 31 220 141 46
Binary 11 10111111 1001110 1100010 0 111011 11001 10010000 1100001 100110

Color Harmonies of #03BF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BF4E

Black with #03BF4E

Text Example


Text Example

White with #03BF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,191,78); }

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

background-color css

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

 a { background-color: rgb(3,191,78); }

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

border-color css

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

 span { border-color: rgb(3,191,78); }

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