Html Css Color HEX #19BA2A Dark Pastel Green

📋 copy color: '#19BA2A'

red 25 ◦ green 186 ◦ blue 42

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

Shades of Dark Pastel Green #19BA2A

Tints of Dark Pastel Green #19BA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 9.88%
G = 73.52%
B = 16.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#19BA2A (or 0x19BA2A) is known color: Dark Pastel Green. HEX triplet: 19, BA and 2A. RGB value is (25,186,42). Sum of RGB (Red+Green+Blue) = 25+186+42=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA2A is #E645D5. Grayscale: #797979. Windows color (decimal): -15091158 or 2800153. OLE color: 2800153.

HSL color Cylindrical-coordinate representation of color #19BA2A: hue angle of 126.34º 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 #19BA2A is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 42 -
CMYK 0.87 0 0.77 0.27
HSL 126.34º 0.76% 0.41% -
HSV(B) 126.34º 0.87% 0.73% -
XYZ 18.38 35.49 8.07 -
YUV 121.45 83.16 59.21 -
System Red Green Blue C M Y K H S L
Decimal 25 186 42 0.87 0 0.77 0.27 126.34 0.76 0.41
Hex 19 BA 2A 57 0 4D 1B 7E 4C 29
Octal 31 272 52 127 0 115 33 176 114 51
Binary 11001 10111010 101010 1010111 0 1001101 11011 1111110 1001100 101001

Color Harmonies of #19BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA2A

Black with #19BA2A

Text Example


Text Example

White with #19BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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