#127B15

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

Shades of Forest Green #127B15

Tints of Forest Green #127B15

Color information

#127B15 (or 0x127B15) is unknown color: approx Forest Green. HEX triplet: 12, 7B and 15. RGB value is (18,123,21). Sum of RGB (Red+Green+Blue) = 18+123+21=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 123 (48.44% from 255 or 75.93% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 123 - color contains mainly: green. Hex color #127B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B15 is #ED84EA. Grayscale: #505050. Windows color (decimal): -15566059 or 1407762. OLE color: 1407762.

HSL color Cylindrical-coordinate representation of color #127B15: hue angle of 121.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B15 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB1812321-
CMYK0.8500.830.52
HSL121.71º74.47%27.65%-
HSV(B)121.71º85.37%48.24%-
XYZ7.4714.353.09-
YUV79.9894.7183.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 123 (48.44% from 255) = 75.93%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=11.11%
G=75.93%
B=12.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123210.8500.830.52121.7174.4727.65
Hex127B1555053347a4a1c
Octal221732512501236417211234
Binary100101111011101011010101010100111101001111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B15; }

 p { color: rgb(18,123,21); }

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

<style>
 a { background-color: #127B15; }

 a { background-color: rgb(18,123,21); }

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

<style>
 span { border-color: #127B15; }

 span { border-color: rgb(18,123,21); }

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