Html Css Color HEX #19C03A Dark Pastel Green

📋 copy color: '#19C03A'

red 25 ◦ green 192 ◦ blue 58

#19C03A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #19C03A

Tints of Dark Pastel Green #19C03A

RGB

 RED value IS 25 (10.16% from 255) = 9.09%

 GREEN value IS 192 (75.39% from 255) = 69.82%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 9.09%
G = 69.82%
B = 21.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#19C03A (or 0x19C03A) is known color: Dark Pastel Green. HEX triplet: 19, C0 and 3A. RGB value is (25,192,58). Sum of RGB (Red+Green+Blue) = 25+192+58=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #19C03A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C03A is #E63FC5. Grayscale: #7F7F7F. Windows color (decimal): -15089606 or 3850265. OLE color: 3850265.

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

Color convert

RGB 25 192 58 -
CMYK 0.87 0 0.70 0.25
HSL 131.86º 0.77% 0.43% -
HSV(B) 131.86º 0.87% 0.75% -
XYZ 20.01 38.21 10.32 -
YUV 126.79 89.17 55.4 -
System Red Green Blue C M Y K H S L
Decimal 25 192 58 0.87 0 0.70 0.25 131.86 0.77 0.43
Hex 19 C0 3A 57 0 46 19 84 4D 2B
Octal 31 300 72 127 0 106 31 204 115 53
Binary 11001 11000000 111010 1010111 0 1000110 11001 10000100 1001101 101011

Color Harmonies of #19C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C03A

Black with #19C03A

Text Example


Text Example

White with #19C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,192,58); }

 H1.HeaderClassName
 {
   color: #19C03A;
 }
 .AnyTagClassName
 {
   color: #19C03A;
 }
</style>

background-color css

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

 a { background-color: rgb(25,192,58); }

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

border-color css

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

 span { border-color: rgb(25,192,58); }

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