Html Css Color HEX #19AA2F Dark Pastel Green

📋 copy color: '#19AA2F'

red 25 ◦ green 170 ◦ blue 47

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

Shades of Dark Pastel Green #19AA2F

Tints of Dark Pastel Green #19AA2F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 70.25%

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 10.33%
G = 70.25%
B = 19.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#19AA2F (or 0x19AA2F) is known color: Dark Pastel Green. HEX triplet: 19, AA and 2F. RGB value is (25,170,47). Sum of RGB (Red+Green+Blue) = 25+170+47=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AA2F is #E655D0. Grayscale: #707070. Windows color (decimal): -15095249 or 3123737. OLE color: 3123737.

HSL color Cylindrical-coordinate representation of color #19AA2F: hue angle of 129.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA2F is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 170 47 -
CMYK 0.85 0 0.72 0.33
HSL 129.1º 0.74% 0.38% -
HSV(B) 129.1º 0.85% 0.67% -
XYZ 15.29 29.16 7.51 -
YUV 112.62 90.96 65.5 -
System Red Green Blue C M Y K H S L
Decimal 25 170 47 0.85 0 0.72 0.33 129.1 0.74 0.38
Hex 19 AA 2F 55 0 48 21 81 4A 26
Octal 31 252 57 125 0 110 41 201 112 46
Binary 11001 10101010 101111 1010101 0 1001000 100001 10000001 1001010 100110

Color Harmonies of #19AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AA2F

Black with #19AA2F

Text Example


Text Example

White with #19AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,170,47); }

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

background-color css

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

 a { background-color: rgb(25,170,47); }

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

border-color css

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

 span { border-color: rgb(25,170,47); }

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