#19BC30

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

Shades of Dark Pastel Green #19BC30

Tints of Dark Pastel Green #19BC30

Color information

#19BC30 (or 0x19BC30) is unknown color: approx Dark Pastel Green. HEX triplet: 19, BC and 30. RGB value is (25,188,48). Sum of RGB (Red+Green+Blue) = 25+188+48=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BC30 is #E643CF. Grayscale: #7B7B7B. Windows color (decimal): -15090640 or 3193881. OLE color: 3193881.

HSL color Cylindrical-coordinate representation of color #19BC30: hue angle of 128.47º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BC30 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB2518848-
CMYK0.8700.740.26
HSL128.47º76.53%41.76%-
HSV(B)128.47º86.7%73.73%-
XYZ18.9236.398.82-
YUV123.385.557.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 188 (73.83% from 255) = 72.03%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=9.58%
G=72.03%
B=18.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal25188480.8700.740.26128.4776.5341.76
Hex19BC305704A1A804d2a
Octal312746012701123220011552
Binary110011011110011000010101110100101011010100000001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19BC30; }

 p { color: rgb(25,188,48); }

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

<style>
 a { background-color: #19BC30; }

 a { background-color: rgb(25,188,48); }

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

<style>
 span { border-color: #19BC30; }

 span { border-color: rgb(25,188,48); }

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