#1A950E

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

Shades of Forest Green #1A950E

Tints of Forest Green #1A950E

Color information

#1A950E (or 0x1A950E) is unknown color: approx Forest Green. HEX triplet: 1A, 95 and 0E. RGB value is (26,149,14). Sum of RGB (Red+Green+Blue) = 26+149+14=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 149 (58.59% from 255 or 78.84% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 149 - color contains mainly: green. Hex color #1A950E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A950E is #E56AF1. Grayscale: #616161. Windows color (decimal): -15035122 or 955674. OLE color: 955674.

HSL color Cylindrical-coordinate representation of color #1A950E: hue angle of 114.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A950E is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB2614914-
CMYK0.8300.910.42
HSL114.67º82.82%31.96%-
HSV(B)114.67º90.6%58.43%-
XYZ11.2521.754.02-
YUV96.8381.2577.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 149 (58.59% from 255) = 78.84%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=13.76%
G=78.84%
B=7.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26149140.8300.910.42114.6782.8231.96
Hex1A95E5305B2A735320
Octal322251612301335216312340
Binary1101010010101111010100110101101110101011100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,14); }

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

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

 a { background-color: rgb(26,149,14); }

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

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

 span { border-color: rgb(26,149,14); }

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