#19C34C

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

Shades of Dark Pastel Green #19C34C

Tints of Dark Pastel Green #19C34C

Color information

#19C34C (or 0x19C34C) is unknown color: approx Dark Pastel Green. HEX triplet: 19, C3 and 4C. RGB value is (25,195,76). Sum of RGB (Red+Green+Blue) = 25+195+76=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #19C34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C34C is #E63CB3. Grayscale: #828282. Windows color (decimal): -15088820 or 5030681. OLE color: 5030681.

HSL color Cylindrical-coordinate representation of color #19C34C: hue angle of 138º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C34C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB2519576-
CMYK0.8700.610.24
HSL138º77.27%43.14%-
HSV(B)138º87.18%76.47%-
XYZ21.2239.7613.39-
YUV130.697.1852.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 195 (76.56% from 255) = 65.88%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=8.45%
G=65.88%
B=25.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25195760.8700.610.2413877.2743.14
Hex19C34C5703D188a4d2b
Octal313031141270753021211553
Binary110011100001110011001010111011110111000100010101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,195,76); }

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

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

 a { background-color: rgb(25,195,76); }

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

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

 span { border-color: rgb(25,195,76); }

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