Html Css Color HEX #19BA33 Dark Pastel Green

📋 copy color: '#19BA33'

red 25 ◦ green 186 ◦ blue 51

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

Shades of Dark Pastel Green #19BA33

Tints of Dark Pastel Green #19BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.47%

R = 9.54%
G = 70.99%
B = 19.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#19BA33 (or 0x19BA33) is known color: Dark Pastel Green. HEX triplet: 19, BA and 33. RGB value is (25,186,51). Sum of RGB (Red+Green+Blue) = 25+186+51=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA33 is #E645CC. Grayscale: #7A7A7A. Windows color (decimal): -15091149 or 3389977. OLE color: 3389977.

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

Color convert

RGB 25 186 51 -
CMYK 0.87 0 0.73 0.27
HSL 129.69º 0.76% 0.41% -
HSV(B) 129.69º 0.87% 0.73% -
XYZ 18.56 35.56 9.02 -
YUV 122.47 87.66 58.48 -
System Red Green Blue C M Y K H S L
Decimal 25 186 51 0.87 0 0.73 0.27 129.69 0.76 0.41
Hex 19 BA 33 57 0 49 1B 82 4C 29
Octal 31 272 63 127 0 111 33 202 114 51
Binary 11001 10111010 110011 1010111 0 1001001 11011 10000010 1001100 101001

Color Harmonies of #19BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA33

Black with #19BA33

Text Example


Text Example

White with #19BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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