#04CB19

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

Shades of Dark Pastel Green #04CB19

Tints of Dark Pastel Green #04CB19

Color information

#04CB19 (or 0x04CB19) is unknown color: approx Dark Pastel Green. HEX triplet: 04, CB and 19. RGB value is (4,203,25). Sum of RGB (Red+Green+Blue) = 4+203+25=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 203 (79.69% from 255 or 87.5% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CB19 is #FB34E6. Grayscale: #7B7B7B. Windows color (decimal): -16463079 or 1690372. OLE color: 1690372.

HSL color Cylindrical-coordinate representation of color #04CB19: hue angle of 126.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB19 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB420325-
CMYK0.9800.880.20
HSL126.33º96.14%40.59%-
HSV(B)126.33º98.03%79.61%-
XYZ21.5842.818.04-
YUV123.2172.5742.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 203 (79.69% from 255) = 87.5%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=1.72%
G=87.5%
B=10.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4203250.9800.880.20126.3396.1440.59
Hex4CB1962058147e6029
Octal43133114201302417614051
Binary10011001011110011100010010110001010011111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,203,25); }

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

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

 a { background-color: rgb(4,203,25); }

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

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

 span { border-color: rgb(4,203,25); }

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