#19AC2D

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

Shades of Dark Pastel Green #19AC2D

Tints of Dark Pastel Green #19AC2D

Color information

#19AC2D (or 0x19AC2D) is unknown color: approx Dark Pastel Green. HEX triplet: 19, AC and 2D. RGB value is (25,172,45). Sum of RGB (Red+Green+Blue) = 25+172+45=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AC2D is #E653D2. Grayscale: #717171. Windows color (decimal): -15094739 or 2993177. OLE color: 2993177.

HSL color Cylindrical-coordinate representation of color #19AC2D: hue angle of 128.16º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC2D is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB2517245-
CMYK0.8500.740.33
HSL128.16º74.62%38.63%-
HSV(B)128.16º85.47%67.45%-
XYZ15.6329.97.43-
YUV113.5789.364.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 172 (67.58% from 255) = 71.07%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=10.33%
G=71.07%
B=18.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25172450.8500.740.33128.1674.6238.63
Hex19AC2D5504A21804b27
Octal312545512501124120011347
Binary1100110101100101101101010101001010100001100000001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,172,45); }

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

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

 a { background-color: rgb(25,172,45); }

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

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

 span { border-color: rgb(25,172,45); }

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