Html Css Color HEX #19BA3A Dark Pastel Green

📋 copy color: '#19BA3A'

red 25 ◦ green 186 ◦ blue 58

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

Shades of Dark Pastel Green #19BA3A

Tints of Dark Pastel Green #19BA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.14%

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

R = 9.29%
G = 69.14%
B = 21.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#19BA3A (or 0x19BA3A) is known color: Dark Pastel Green. HEX triplet: 19, BA and 3A. RGB value is (25,186,58). Sum of RGB (Red+Green+Blue) = 25+186+58=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA3A is #E645C5. Grayscale: #7B7B7B. Windows color (decimal): -15091142 or 3848729. OLE color: 3848729.

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

Color convert

RGB 25 186 58 -
CMYK 0.87 0 0.69 0.27
HSL 132.3º 0.76% 0.41% -
HSV(B) 132.3º 0.87% 0.73% -
XYZ 18.72 35.63 9.89 -
YUV 123.27 91.16 57.91 -
System Red Green Blue C M Y K H S L
Decimal 25 186 58 0.87 0 0.69 0.27 132.3 0.76 0.41
Hex 19 BA 3A 57 0 45 1B 84 4C 29
Octal 31 272 72 127 0 105 33 204 114 51
Binary 11001 10111010 111010 1010111 0 1000101 11011 10000100 1001100 101001

Color Harmonies of #19BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA3A

Black with #19BA3A

Text Example


Text Example

White with #19BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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