#04b027

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

Shades of Dark Pastel Green #04B027

Tints of Dark Pastel Green #04B027

Color information

#04B027 (or 0x04B027) is unknown color: approx Dark Pastel Green. HEX triplet: 04, B0 and 27. RGB value is (4,176,39). Sum of RGB (Red+Green+Blue) = 4+176+39=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 176 (69.14% from 255 or 80.37% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 176 - color contains mainly: green. Hex color #04B027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B027 is #FB4FD8. Grayscale: #6D6D6D. Windows color (decimal): -16469977 or 2600964. OLE color: 2600964.

HSL color Cylindrical-coordinate representation of color #04B027: hue angle of 132.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B027 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB417639-
CMYK0.9800.780.31
HSL132.21º95.56%35.29%-
HSV(B)132.21º97.73%69.02%-
XYZ15.9431.227.11-
YUV108.9588.5253.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 176 (69.14% from 255) = 80.37%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=1.83%
G=80.37%
B=17.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4176390.9800.780.31132.2195.5635.29
Hex4B0276204E1F846023
Octal42604714201163720414043
Binary1001011000010011111000100100111011111100001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04b027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,176,39); }

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

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

 a { background-color: rgb(4,176,39); }

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

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

 span { border-color: rgb(4,176,39); }

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