#19B92B

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

Shades of Dark Pastel Green #19B92B

Tints of Dark Pastel Green #19B92B

Color information

#19B92B (or 0x19B92B) is unknown color: approx Dark Pastel Green. HEX triplet: 19, B9 and 2B. RGB value is (25,185,43). Sum of RGB (Red+Green+Blue) = 25+185+43=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 185 (72.66% from 255 or 73.12% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 185 - color contains mainly: green. Hex color #19B92B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B92B is #E646D4. Grayscale: #797979. Windows color (decimal): -15091413 or 2865433. OLE color: 2865433.

HSL color Cylindrical-coordinate representation of color #19B92B: hue angle of 126.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B92B is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB2518543-
CMYK0.8600.770.27
HSL126.75º76.19%41.18%-
HSV(B)126.75º86.49%72.55%-
XYZ18.1935.088.1-
YUV120.9783.9959.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 185 (72.66% from 255) = 73.12%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=9.88%
G=73.12%
B=17.00%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25185430.8600.770.27126.7576.1941.18
Hex19B92B5604D1B7f4c29
Octal312715312601153317711451
Binary11001101110011010111010110010011011101111111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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