Html Css Color HEX #1A991E Forest Green

📋 copy color: '#1A991E'

red 26 ◦ green 153 ◦ blue 30

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

Shades of Forest Green #1A991E

Tints of Forest Green #1A991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 73.21%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 12.44%
G = 73.21%
B = 14.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#1A991E (or 0x1A991E) is known color: Forest Green. HEX triplet: 1A, 99 and 1E. RGB value is (26,153,30). Sum of RGB (Red+Green+Blue) = 26+153+30=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 153 (60.16% from 255 or 73.21% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 153 - color contains mainly: green. Hex color #1A991E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A991E is #E566E1. Grayscale: #656565. Windows color (decimal): -15034082 or 2005274. OLE color: 2005274.

HSL color Cylindrical-coordinate representation of color #1A991E: hue angle of 121.89º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A991E is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 30 -
CMYK 0.83 0 0.80 0.4
HSL 121.89º 0.71% 0.35% -
HSV(B) 121.89º 0.83% 0.6% -
XYZ 12.05 23.1 5.05 -
YUV 101.01 87.92 74.5 -
System Red Green Blue C M Y K H S L
Decimal 26 153 30 0.83 0 0.80 0.4 121.89 0.71 0.35
Hex 1A 99 1E 53 0 50 28 7A 47 23
Octal 32 231 36 123 0 120 50 172 107 43
Binary 11010 10011001 11110 1010011 0 1010000 101000 1111010 1000111 100011

Color Harmonies of #1A991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A991E

Black with #1A991E

Text Example


Text Example

White with #1A991E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,153,30); }

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

background-color css

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

 a { background-color: rgb(26,153,30); }

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

border-color css

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

 span { border-color: rgb(26,153,30); }

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