Html Css Color HEX #1AA830 Forest Green

📋 copy color: '#1AA830'

red 26 ◦ green 168 ◦ blue 48

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

Shades of Forest Green #1AA830

Tints of Forest Green #1AA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 69.42%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 10.74%
G = 69.42%
B = 19.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#1AA830 (or 0x1AA830) is known color: Forest Green. HEX triplet: 1A, A8 and 30. RGB value is (26,168,48). Sum of RGB (Red+Green+Blue) = 26+168+48=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 168 (66.02% from 255 or 69.42% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA830 is #E557CF. Grayscale: #707070. Windows color (decimal): -15030224 or 3188762. OLE color: 3188762.

HSL color Cylindrical-coordinate representation of color #1AA830: hue angle of 129.3º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA830 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 26 168 48 -
CMYK 0.85 0 0.71 0.34
HSL 129.3º 0.73% 0.38% -
HSV(B) 129.3º 0.85% 0.66% -
XYZ 14.96 28.44 7.5 -
YUV 111.86 91.96 66.76 -
System Red Green Blue C M Y K H S L
Decimal 26 168 48 0.85 0 0.71 0.34 129.3 0.73 0.38
Hex 1A A8 30 55 0 47 22 81 49 26
Octal 32 250 60 125 0 107 42 201 111 46
Binary 11010 10101000 110000 1010101 0 1000111 100010 10000001 1001001 100110

Color Harmonies of #1AA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA830

Black with #1AA830

Text Example


Text Example

White with #1AA830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,168,48); }

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

background-color css

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

 a { background-color: rgb(26,168,48); }

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

border-color css

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

 span { border-color: rgb(26,168,48); }

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