#1A7C28

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

Shades of Forest Green #1A7C28

Tints of Forest Green #1A7C28

Color information

#1A7C28 (or 0x1A7C28) is unknown color: approx Forest Green. HEX triplet: 1A, 7C and 28. RGB value is (26,124,40). Sum of RGB (Red+Green+Blue) = 26+124+40=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C28 is #E583D7. Grayscale: #555555. Windows color (decimal): -15041496 or 2653210. OLE color: 2653210.

HSL color Cylindrical-coordinate representation of color #1A7C28: hue angle of 128.57º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C28 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB2612440-
CMYK0.7900.680.51
HSL128.57º65.33%29.41%-
HSV(B)128.57º79.03%48.63%-
XYZ8.0214.794.44-
YUV85.12102.5385.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 124 (48.83% from 255) = 65.26%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=13.68%
G=65.26%
B=21.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26124400.7900.680.51128.5765.3329.41
Hex1A7C284F0443381411d
Octal321745011701046320110135
Binary11010111110010100010011110100010011001110000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,124,40); }

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

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

 a { background-color: rgb(26,124,40); }

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

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

 span { border-color: rgb(26,124,40); }

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