#03BF4B

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

Shades of Dark Pastel Green #03BF4B

Tints of Dark Pastel Green #03BF4B

Color information

#03BF4B (or 0x03BF4B) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BF and 4B. RGB value is (3,191,75). Sum of RGB (Red+Green+Blue) = 3+191+75=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 191 (75% from 255 or 71.00% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BF4B is #FC40B4. Grayscale: #797979. Windows color (decimal): -16531637 or 4964099. OLE color: 4964099.

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

Color convert

RGB319175-
CMYK0.9800.610.25
HSL142.98º96.91%38.04%-
HSV(B)142.98º98.43%74.9%-
XYZ19.9437.7912.9-
YUV121.56101.7243.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 191 (75% from 255) = 71.00%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=1.12%
G=71.00%
B=27.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3191750.9800.610.25142.9896.9138.04
Hex3BF4B6203D198f6126
Octal32771131420753121714146
Binary111011111110010111100010011110111001100011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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