#1A7A1E

Color #1A7A1E Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1A7A1E

Tints of Forest Green #1A7A1E

Color information

#1A7A1E (or 0x1A7A1E) is unknown color: approx Forest Green. HEX triplet: 1A, 7A and 1E. RGB value is (26,122,30). Sum of RGB (Red+Green+Blue) = 26+122+30=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7A1E is #E585E1. Grayscale: #535353. Windows color (decimal): -15042018 or 1997338. OLE color: 1997338.

HSL color Cylindrical-coordinate representation of color #1A7A1E: hue angle of 122.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7A1E is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB2612230-
CMYK0.7900.750.52
HSL122.5º64.86%29.02%-
HSV(B)122.5º78.69%47.84%-
XYZ7.6214.233.57-
YUV82.8198.287.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.61%
GREEN value IS 122 (48.05% from 255) = 68.54%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=14.61%
G=68.54%
B=16.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26122300.7900.750.52122.564.8629.02
Hex1A7A1E4F04B347a411d
Octal321723611701136417210135
Binary110101111010111101001111010010111101001111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A7A1E;
 }
 .AnyTagClassName
 {
   color: #1A7A1E;
 }
</style>
background-color css

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

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

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

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

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

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