Html Css Color HEX #19AF3A Dark Pastel Green

📋 copy color: '#19AF3A'

red 25 ◦ green 175 ◦ blue 58

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

Shades of Dark Pastel Green #19AF3A

Tints of Dark Pastel Green #19AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.83%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 9.69%
G = 67.83%
B = 22.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#19AF3A (or 0x19AF3A) is known color: Dark Pastel Green. HEX triplet: 19, AF and 3A. RGB value is (25,175,58). Sum of RGB (Red+Green+Blue) = 25+175+58=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF3A is #E650C5. Grayscale: #757575. Windows color (decimal): -15093958 or 3845913. OLE color: 3845913.

HSL color Cylindrical-coordinate representation of color #19AF3A: hue angle of 133.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF3A is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 58 -
CMYK 0.86 0 0.67 0.31
HSL 133.2º 0.75% 0.39% -
HSV(B) 133.2º 0.86% 0.69% -
XYZ 16.49 31.17 9.15 -
YUV 116.81 94.81 62.51 -
System Red Green Blue C M Y K H S L
Decimal 25 175 58 0.86 0 0.67 0.31 133.2 0.75 0.39
Hex 19 AF 3A 56 0 43 1F 85 4B 27
Octal 31 257 72 126 0 103 37 205 113 47
Binary 11001 10101111 111010 1010110 0 1000011 11111 10000101 1001011 100111

Color Harmonies of #19AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF3A

Black with #19AF3A

Text Example


Text Example

White with #19AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,175,58); }

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

background-color css

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

 a { background-color: rgb(25,175,58); }

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

border-color css

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

 span { border-color: rgb(25,175,58); }

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