Html Css Color HEX #1AA319 Forest Green

📋 copy color: '#1AA319'

red 26 ◦ green 163 ◦ blue 25

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

Shades of Forest Green #1AA319

Tints of Forest Green #1AA319

RGB

 RED value IS 26 (10.55% from 255) = 12.15%

 GREEN value IS 163 (64.06% from 255) = 76.17%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 12.15%
G = 76.17%
B = 11.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#1AA319 (or 0x1AA319) is known color: Forest Green. HEX triplet: 1A, A3 and 19. RGB value is (26,163,25). Sum of RGB (Red+Green+Blue) = 26+163+25=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 163 (64.06% from 255 or 76.17% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA319 is #E55CE6. Grayscale: #6A6A6A. Windows color (decimal): -15031527 or 1680154. OLE color: 1680154.

HSL color Cylindrical-coordinate representation of color #1AA319: hue angle of 119.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA319 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 163 25 -
CMYK 0.84 0 0.85 0.36
HSL 119.57º 0.73% 0.37% -
HSV(B) 119.57º 0.85% 0.64% -
XYZ 13.7 26.48 5.31 -
YUV 106.31 82.11 70.72 -
System Red Green Blue C M Y K H S L
Decimal 26 163 25 0.84 0 0.85 0.36 119.57 0.73 0.37
Hex 1A A3 19 54 0 55 24 78 49 25
Octal 32 243 31 124 0 125 44 170 111 45
Binary 11010 10100011 11001 1010100 0 1010101 100100 1111000 1001001 100101

Color Harmonies of #1AA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA319

Black with #1AA319

Text Example


Text Example

White with #1AA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AA319; }

 p { color: rgb(26,163,25); }

 H1.HeaderClassName
 {
   color: #1AA319;
 }
 .AnyTagClassName
 {
   color: #1AA319;
 }
</style>

background-color css

<style>
 a { background-color: #1AA319; }

 a { background-color: rgb(26,163,25); }

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

border-color css

<style>
 span { border-color: #1AA319; }

 span { border-color: rgb(26,163,25); }

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