#04B51A

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

Shades of Dark Pastel Green #04B51A

Tints of Dark Pastel Green #04B51A

Color information

#04B51A (or 0x04B51A) is unknown color: approx Dark Pastel Green. HEX triplet: 04, B5 and 1A. RGB value is (4,181,26). Sum of RGB (Red+Green+Blue) = 4+181+26=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 181 (71.09% from 255 or 85.78% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 181 - color contains mainly: green. Hex color #04B51A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B51A is #FB4AE5. Grayscale: #6E6E6E. Windows color (decimal): -16468710 or 1750276. OLE color: 1750276.

HSL color Cylindrical-coordinate representation of color #04B51A: hue angle of 127.46º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B51A is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB418126-
CMYK0.9800.860.29
HSL127.46º95.68%36.27%-
HSV(B)127.46º97.79%70.98%-
XYZ16.7633.156.49-
YUV110.4180.3652.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 181 (71.09% from 255) = 85.78%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=1.90%
G=85.78%
B=12.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4181260.9800.860.29127.4695.6836.27
Hex4B51A620561D7f6024
Octal42653214201263517714044
Binary10010110101110101100010010101101110111111111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,181,26); }

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

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

 a { background-color: rgb(4,181,26); }

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

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

 span { border-color: rgb(4,181,26); }

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