#04BC2C

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

Shades of Dark Pastel Green #04BC2C

Tints of Dark Pastel Green #04BC2C

Color information

#04BC2C (or 0x04BC2C) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BC and 2C. RGB value is (4,188,44). Sum of RGB (Red+Green+Blue) = 4+188+44=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC2C is #FB43D3. Grayscale: #747474. Windows color (decimal): -16466900 or 2931716. OLE color: 2931716.

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

Color convert

RGB418844-
CMYK0.9800.770.26
HSL133.04º95.83%37.65%-
HSV(B)133.04º97.87%73.73%-
XYZ18.4936.178.39-
YUV116.5787.0447.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 188 (73.83% from 255) = 79.66%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=1.69%
G=79.66%
B=18.64%

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
Decimal4188440.9800.770.26133.0495.8337.65
Hex4BC2C6204D1A856026
Octal42745414201153220514046
Binary1001011110010110011000100100110111010100001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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