#1A9415

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

Shades of Forest Green #1A9415

Tints of Forest Green #1A9415

Color information

#1A9415 (or 0x1A9415) is unknown color: approx Forest Green. HEX triplet: 1A, 94 and 15. RGB value is (26,148,21). Sum of RGB (Red+Green+Blue) = 26+148+21=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9415 is #E56BEA. Grayscale: #616161. Windows color (decimal): -15035371 or 1414170. OLE color: 1414170.

HSL color Cylindrical-coordinate representation of color #1A9415: hue angle of 117.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A9415 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB2614821-
CMYK0.8200.860.42
HSL117.64º75.15%33.14%-
HSV(B)117.64º85.81%58.04%-
XYZ11.1521.454.26-
YUV97.0485.0877.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 148 (58.20% from 255) = 75.90%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=13.33%
G=75.90%
B=10.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26148210.8200.860.42117.6475.1533.14
Hex1A9415520562A764b21
Octal322242512201265216611341
Binary11010100101001010110100100101011010101011101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,148,21); }

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

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

 a { background-color: rgb(26,148,21); }

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

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

 span { border-color: rgb(26,148,21); }

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