#04BE2C

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

Shades of Dark Pastel Green #04BE2C

Tints of Dark Pastel Green #04BE2C

Color information

#04BE2C (or 0x04BE2C) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BE and 2C. RGB value is (4,190,44). Sum of RGB (Red+Green+Blue) = 4+190+44=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 190 (74.61% from 255 or 79.83% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BE2C is #FB41D3. Grayscale: #767676. Windows color (decimal): -16466388 or 2932228. OLE color: 2932228.

HSL color Cylindrical-coordinate representation of color #04BE2C: hue angle of 132.9º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BE2C is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB419044-
CMYK0.9800.770.25
HSL132.9º95.88%38.04%-
HSV(B)132.9º97.89%74.51%-
XYZ18.9237.038.53-
YUV117.7486.3846.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 190 (74.61% from 255) = 79.83%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=1.68%
G=79.83%
B=18.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4190440.9800.770.25132.995.8838.04
Hex4BE2C6204D19856026
Octal42765414201153120514046
Binary1001011111010110011000100100110111001100001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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