#127723

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

Shades of Forest Green #127723

Tints of Forest Green #127723

Color information

#127723 (or 0x127723) is unknown color: approx Forest Green. HEX triplet: 12, 77 and 23. RGB value is (18,119,35). Sum of RGB (Red+Green+Blue) = 18+119+35=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #127723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127723 is #ED88DC. Grayscale: #4F4F4F. Windows color (decimal): -15567069 or 2324242. OLE color: 2324242.

HSL color Cylindrical-coordinate representation of color #127723: hue angle of 130.1º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127723 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1811935-
CMYK0.8500.710.53
HSL130.1º73.72%26.86%-
HSV(B)130.1º84.87%46.67%-
XYZ7.1513.443.81-
YUV79.22103.0484.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 119 (46.88% from 255) = 69.19%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=10.47%
G=69.19%
B=20.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119350.8500.710.53130.173.7226.86
Hex1277235504735824a1b
Octal221674312501076520211233
Binary10010111011110001110101010100011111010110000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127723; }

 p { color: rgb(18,119,35); }

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

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

 a { background-color: rgb(18,119,35); }

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

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

 span { border-color: rgb(18,119,35); }

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