#1A8A1F

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

Shades of Forest Green #1A8A1F

Tints of Forest Green #1A8A1F

Color information

#1A8A1F (or 0x1A8A1F) is unknown color: approx Forest Green. HEX triplet: 1A, 8A and 1F. RGB value is (26,138,31). Sum of RGB (Red+Green+Blue) = 26+138+31=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 138 (54.30% from 255 or 70.77% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8A1F is #E575E0. Grayscale: #5C5C5C. Windows color (decimal): -15037921 or 2066970. OLE color: 2066970.

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

Color convert

RGB2613831-
CMYK0.8100.780.46
HSL122.68º68.29%32.16%-
HSV(B)122.68º81.16%54.12%-
XYZ9.7618.54.35-
YUV92.3193.3980.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 138 (54.30% from 255) = 70.77%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=13.33%
G=70.77%
B=15.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26138310.8100.780.46122.6868.2932.16
Hex1A8A1F5104E2E7b4420
Octal322123712101165617310440
Binary11010100010101111110100010100111010111011110111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,138,31); }

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

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

 a { background-color: rgb(26,138,31); }

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

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

 span { border-color: rgb(26,138,31); }

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