#1A761E

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

Shades of Forest Green #1A761E

Tints of Forest Green #1A761E

Color information

#1A761E (or 0x1A761E) is unknown color: approx Forest Green. HEX triplet: 1A, 76 and 1E. RGB value is (26,118,30). Sum of RGB (Red+Green+Blue) = 26+118+30=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #1A761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A761E is #E589E1. Grayscale: #505050. Windows color (decimal): -15043042 or 1996314. OLE color: 1996314.

HSL color Cylindrical-coordinate representation of color #1A761E: hue angle of 122.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A761E is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB2611830-
CMYK0.7800.750.54
HSL122.61º63.89%28.24%-
HSV(B)122.61º77.97%46.27%-
XYZ7.1413.273.41-
YUV80.4699.5289.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.94%
GREEN value IS 118 (46.48% from 255) = 67.82%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=14.94%
G=67.82%
B=17.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118300.7800.750.54122.6163.8928.24
Hex1A761E4E04B367b401c
Octal321663611601136617310034
Binary110101110110111101001110010010111101101111011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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