Html Css Color HEX #19B42B Dark Pastel Green

📋 copy color: '#19B42B'

red 25 ◦ green 180 ◦ blue 43

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

Shades of Dark Pastel Green #19B42B

Tints of Dark Pastel Green #19B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.58%

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 10.08%
G = 72.58%
B = 17.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#19B42B (or 0x19B42B) is known color: Dark Pastel Green. HEX triplet: 19, B4 and 2B. RGB value is (25,180,43). Sum of RGB (Red+Green+Blue) = 25+180+43=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #19B42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B42B is #E64BD4. Grayscale: #767676. Windows color (decimal): -15092693 or 2864153. OLE color: 2864153.

HSL color Cylindrical-coordinate representation of color #19B42B: hue angle of 126.97º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B42B is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 180 43 -
CMYK 0.86 0 0.76 0.29
HSL 126.97º 0.76% 0.4% -
HSV(B) 126.97º 0.86% 0.71% -
XYZ 17.16 33.02 7.76 -
YUV 118.04 85.65 61.64 -
System Red Green Blue C M Y K H S L
Decimal 25 180 43 0.86 0 0.76 0.29 126.97 0.76 0.4
Hex 19 B4 2B 56 0 4C 1D 7F 4C 28
Octal 31 264 53 126 0 114 35 177 114 50
Binary 11001 10110100 101011 1010110 0 1001100 11101 1111111 1001100 101000

Color Harmonies of #19B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B42B

Black with #19B42B

Text Example


Text Example

White with #19B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,180,43); }

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

background-color css

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

 a { background-color: rgb(25,180,43); }

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

border-color css

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

 span { border-color: rgb(25,180,43); }

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