Html Css Color HEX #19BA2E Dark Pastel Green

📋 copy color: '#19BA2E'

red 25 ◦ green 186 ◦ blue 46

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

Shades of Dark Pastel Green #19BA2E

Tints of Dark Pastel Green #19BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 9.73%
G = 72.37%
B = 17.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#19BA2E (or 0x19BA2E) is known color: Dark Pastel Green. HEX triplet: 19, BA and 2E. RGB value is (25,186,46). Sum of RGB (Red+Green+Blue) = 25+186+46=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA2E is #E645D1. Grayscale: #7A7A7A. Windows color (decimal): -15091154 or 3062297. OLE color: 3062297.

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

Color convert

RGB 25 186 46 -
CMYK 0.87 0 0.75 0.27
HSL 127.83º 0.76% 0.41% -
HSV(B) 127.83º 0.87% 0.73% -
XYZ 18.45 35.52 8.47 -
YUV 121.9 85.16 58.88 -
System Red Green Blue C M Y K H S L
Decimal 25 186 46 0.87 0 0.75 0.27 127.83 0.76 0.41
Hex 19 BA 2E 57 0 4B 1B 80 4C 29
Octal 31 272 56 127 0 113 33 200 114 51
Binary 11001 10111010 101110 1010111 0 1001011 11011 10000000 1001100 101001

Color Harmonies of #19BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA2E

Black with #19BA2E

Text Example


Text Example

White with #19BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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