#1A730E

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

Shades of Forest Green #1A730E

Tints of Forest Green #1A730E

Color information

#1A730E (or 0x1A730E) is unknown color: approx Forest Green. HEX triplet: 1A, 73 and 0E. RGB value is (26,115,14). Sum of RGB (Red+Green+Blue) = 26+115+14=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #1A730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A730E is #E58CF1. Grayscale: #4D4D4D. Windows color (decimal): -15043826 or 946970. OLE color: 946970.

HSL color Cylindrical-coordinate representation of color #1A730E: hue angle of 112.87º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A730E is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB2611514-
CMYK0.7700.880.55
HSL112.87º78.29%25.29%-
HSV(B)112.87º87.83%45.1%-
XYZ6.6412.512.48-
YUV76.8892.5191.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 115 (45.31% from 255) = 74.19%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=16.77%
G=74.19%
B=9.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26115140.7700.880.55112.8778.2925.29
Hex1A73E4D05837714e19
Octal321631611501306716111631
Binary11010111001111101001101010110001101111110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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