#19B02B

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

Shades of Dark Pastel Green #19B02B

Tints of Dark Pastel Green #19B02B

Color information

#19B02B (or 0x19B02B) is unknown color: approx Dark Pastel Green. HEX triplet: 19, B0 and 2B. RGB value is (25,176,43). Sum of RGB (Red+Green+Blue) = 25+176+43=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 176 (69.14% from 255 or 72.13% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 176 - color contains mainly: green. Hex color #19B02B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19B02B is #E64FD4. Grayscale: #747474. Windows color (decimal): -15093717 or 2863129. OLE color: 2863129.

HSL color Cylindrical-coordinate representation of color #19B02B: hue angle of 127.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B02B is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB2517643-
CMYK0.8600.760.31
HSL127.15º75.12%39.41%-
HSV(B)127.15º85.8%69.02%-
XYZ16.3631.437.49-
YUV115.6986.9763.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 176 (69.14% from 255) = 72.13%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=10.25%
G=72.13%
B=17.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25176430.8600.760.31127.1575.1239.41
Hex19B02B5604C1F7f4b27
Octal312605312601143717711347
Binary11001101100001010111010110010011001111111111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,176,43); }

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

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

 a { background-color: rgb(25,176,43); }

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

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

 span { border-color: rgb(25,176,43); }

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