#04BD2C

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

Shades of Dark Pastel Green #04BD2C

Tints of Dark Pastel Green #04BD2C

Color information

#04BD2C (or 0x04BD2C) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BD and 2C. RGB value is (4,189,44). Sum of RGB (Red+Green+Blue) = 4+189+44=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD2C is #FB42D3. Grayscale: #757575. Windows color (decimal): -16466644 or 2931972. OLE color: 2931972.

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

Color convert

RGB418944-
CMYK0.9800.770.26
HSL132.97º95.85%37.84%-
HSV(B)132.97º97.88%74.12%-
XYZ18.736.68.46-
YUV117.1686.7147.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 189 (74.22% from 255) = 79.75%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=1.69%
G=79.75%
B=18.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4189440.9800.770.26132.9795.8537.84
Hex4BD2C6204D1A856026
Octal42755414201153220514046
Binary1001011110110110011000100100110111010100001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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