#1A9C1F

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

Shades of Forest Green #1A9C1F

Tints of Forest Green #1A9C1F

Color information

#1A9C1F (or 0x1A9C1F) is unknown color: approx Forest Green. HEX triplet: 1A, 9C and 1F. RGB value is (26,156,31). Sum of RGB (Red+Green+Blue) = 26+156+31=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 156 (61.33% from 255 or 73.24% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9C1F is #E563E0. Grayscale: #676767. Windows color (decimal): -15033313 or 2071578. OLE color: 2071578.

HSL color Cylindrical-coordinate representation of color #1A9C1F: hue angle of 122.31º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9C1F is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB2615631-
CMYK0.8300.800.39
HSL122.31º71.43%35.69%-
HSV(B)122.31º83.33%61.18%-
XYZ12.5624.15.29-
YUV102.8887.4373.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 156 (61.33% from 255) = 73.24%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=12.21%
G=73.24%
B=14.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26156310.8300.800.39122.3171.4335.69
Hex1A9C1F53050277a4724
Octal322343712301204717210744
Binary11010100111001111110100110101000010011111110101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,31); }

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

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

 a { background-color: rgb(26,156,31); }

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

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

 span { border-color: rgb(26,156,31); }

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