#19B230

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

Shades of Dark Pastel Green #19B230

Tints of Dark Pastel Green #19B230

Color information

#19B230 (or 0x19B230) is unknown color: approx Dark Pastel Green. HEX triplet: 19, B2 and 30. RGB value is (25,178,48). Sum of RGB (Red+Green+Blue) = 25+178+48=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #19B230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19B230 is #E64DCF. Grayscale: #757575. Windows color (decimal): -15093200 or 3191321. OLE color: 3191321.

HSL color Cylindrical-coordinate representation of color #19B230: hue angle of 129.02º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B230 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB2517848-
CMYK0.8600.730.30
HSL129.02º75.37%39.8%-
HSV(B)129.02º85.96%69.8%-
XYZ16.8532.268.13-
YUV117.4388.8162.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 178 (69.92% from 255) = 70.92%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=9.96%
G=70.92%
B=19.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25178480.8600.730.30129.0275.3739.8
Hex19B230560491E814b28
Octal312626012601113620111350
Binary110011011001011000010101100100100111110100000011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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