#04BD2B

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

Shades of Dark Pastel Green #04BD2B

Tints of Dark Pastel Green #04BD2B

Color information

#04BD2B (or 0x04BD2B) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BD and 2B. RGB value is (4,189,43). Sum of RGB (Red+Green+Blue) = 4+189+43=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD2B is #FB42D4. Grayscale: #757575. Windows color (decimal): -16466645 or 2866436. OLE color: 2866436.

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

Color convert

RGB418943-
CMYK0.9800.770.26
HSL132.65º95.85%37.84%-
HSV(B)132.65º97.88%74.12%-
XYZ18.6836.68.36-
YUV117.0486.2147.37-

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) = 80.08%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=1.69%
G=80.08%
B=18.22%

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
Decimal4189430.9800.770.26132.6595.8537.84
Hex4BD2B6204D1A856026
Octal42755314201153220514046
Binary1001011110110101111000100100110111010100001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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