#03BF4F

Color #03BF4F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03BF4F

Tints of Dark Pastel Green #03BF4F

Color information

#03BF4F (or 0x03BF4F) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BF and 4F. RGB value is (3,191,79). Sum of RGB (Red+Green+Blue) = 3+191+79=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BF4F is #FC40B0. Grayscale: #7A7A7A. Windows color (decimal): -16531633 or 5226243. OLE color: 5226243.

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

Color convert

RGB319179-
CMYK0.9800.590.25
HSL144.26º96.91%38.04%-
HSV(B)144.26º98.43%74.9%-
XYZ20.0837.8513.64-
YUV122.02103.7243.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 191 (75% from 255) = 69.96%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=1.10%
G=69.96%
B=28.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3191790.9800.590.25144.2696.9138.04
Hex3BF4F6203B19906126
Octal32771171420733122014146
Binary111011111110011111100010011101111001100100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BF4F;
 }
 .AnyTagClassName
 {
   color: #03BF4F;
 }
</style>
background-color css

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

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

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

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

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

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