#04BC1F

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

Shades of Dark Pastel Green #04BC1F

Tints of Dark Pastel Green #04BC1F

Color information

#04BC1F (or 0x04BC1F) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BC and 1F. RGB value is (4,188,31). Sum of RGB (Red+Green+Blue) = 4+188+31=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC1F is #FB43E0. Grayscale: #737373. Windows color (decimal): -16466913 or 2079748. OLE color: 2079748.

HSL color Cylindrical-coordinate representation of color #04BC1F: hue angle of 128.8º degrees, saturation: 0.96, 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 #04BC1F is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB418831-
CMYK0.9800.840.26
HSL128.8º95.83%37.65%-
HSV(B)128.8º97.87%73.73%-
XYZ18.2836.097.3-
YUV115.0980.5448.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 188 (73.83% from 255) = 84.30%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=1.79%
G=84.30%
B=13.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4188310.9800.840.26128.895.8337.65
Hex4BC1F620541A816026
Octal42743714201243220114046
Binary100101111001111111000100101010011010100000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BC1F; }

 p { color: rgb(4,188,31); }

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

<style>
 a { background-color: #04BC1F; }

 a { background-color: rgb(4,188,31); }

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

<style>
 span { border-color: #04BC1F; }

 span { border-color: rgb(4,188,31); }

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