#129B1A

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

Shades of Forest Green #129B1A

Tints of Forest Green #129B1A

Color information

#129B1A (or 0x129B1A) is unknown color: approx Forest Green. HEX triplet: 12, 9B and 1A. RGB value is (18,155,26). Sum of RGB (Red+Green+Blue) = 18+155+26=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 155 (60.94% from 255 or 77.89% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 155 - color contains mainly: green. Hex color #129B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129B1A is #ED64E5. Grayscale: #636363. Windows color (decimal): -15557862 or 1743634. OLE color: 1743634.

HSL color Cylindrical-coordinate representation of color #129B1A: hue angle of 123.5º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B1A is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1815526-
CMYK0.8800.830.39
HSL123.5º79.19%33.92%-
HSV(B)123.5º88.39%60.78%-
XYZ12.1623.654.9-
YUV99.3386.6169.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 155 (60.94% from 255) = 77.89%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=9.05%
G=77.89%
B=13.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18155260.8800.830.39123.579.1933.92
Hex129B1A58053277c4f22
Octal222333213001234717411742
Binary10010100110111101010110000101001110011111111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129B1A; }

 p { color: rgb(18,155,26); }

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

<style>
 a { background-color: #129B1A; }

 a { background-color: rgb(18,155,26); }

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

<style>
 span { border-color: #129B1A; }

 span { border-color: rgb(18,155,26); }

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