#1A9127

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

Shades of Forest Green #1A9127

Tints of Forest Green #1A9127

Color information

#1A9127 (or 0x1A9127) is unknown color: approx Forest Green. HEX triplet: 1A, 91 and 27. RGB value is (26,145,39). Sum of RGB (Red+Green+Blue) = 26+145+39=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9127 is #E56ED8. Grayscale: #616161. Windows color (decimal): -15036121 or 2593050. OLE color: 2593050.

HSL color Cylindrical-coordinate representation of color #1A9127: hue angle of 126.55º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9127 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB2614539-
CMYK0.8200.730.43
HSL126.55º69.59%33.53%-
HSV(B)126.55º82.07%56.86%-
XYZ10.9220.625.32-
YUV97.3495.0877.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 145 (57.03% from 255) = 69.05%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=12.38%
G=69.05%
B=18.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26145390.8200.730.43126.5569.5933.53
Hex1A9127520492B7f4622
Octal322214712201115317710642
Binary110101001000110011110100100100100110101111111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,145,39); }

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

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

 a { background-color: rgb(26,145,39); }

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

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

 span { border-color: rgb(26,145,39); }

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