#1A751C

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

Shades of Forest Green #1A751C

Tints of Forest Green #1A751C

Color information

#1A751C (or 0x1A751C) is unknown color: approx Forest Green. HEX triplet: 1A, 75 and 1C. RGB value is (26,117,28). Sum of RGB (Red+Green+Blue) = 26+117+28=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #1A751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A751C is #E58AE3. Grayscale: #4F4F4F. Windows color (decimal): -15043300 or 1864986. OLE color: 1864986.

HSL color Cylindrical-coordinate representation of color #1A751C: hue angle of 121.32º 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 #1A751C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB2611728-
CMYK0.7800.760.54
HSL121.32º63.64%28.04%-
HSV(B)121.32º77.78%45.88%-
XYZ713.033.24-
YUV79.6598.8589.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=15.20%
G=68.42%
B=16.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26117280.7800.760.54121.3263.6428.04
Hex1A751C4E04C3679401c
Octal321653411601146617110034
Binary110101110101111001001110010011001101101111001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,117,28); }

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

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

 a { background-color: rgb(26,117,28); }

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

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

 span { border-color: rgb(26,117,28); }

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