#04BD29

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

Shades of Dark Pastel Green #04BD29

Tints of Dark Pastel Green #04BD29

Color information

#04BD29 (or 0x04BD29) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BD and 29. RGB value is (4,189,41). Sum of RGB (Red+Green+Blue) = 4+189+41=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 189 (74.22% from 255 or 80.77% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD29 is #FB42D6. Grayscale: #757575. Windows color (decimal): -16466647 or 2735364. OLE color: 2735364.

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

Color convert

RGB418941-
CMYK0.9800.780.26
HSL132º95.85%37.84%-
HSV(B)132º97.88%74.12%-
XYZ18.6536.588.18-
YUV116.8185.2147.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 189 (74.22% from 255) = 80.77%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=1.71%
G=80.77%
B=17.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4189410.9800.780.2613295.8537.84
Hex4BD296204E1A846026
Octal42755114201163220414046
Binary1001011110110100111000100100111011010100001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,189,41); }

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

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

 a { background-color: rgb(4,189,41); }

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

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

 span { border-color: rgb(4,189,41); }

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