#127922

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

Shades of Forest Green #127922

Tints of Forest Green #127922

Color information

#127922 (or 0x127922) is unknown color: approx Forest Green. HEX triplet: 12, 79 and 22. RGB value is (18,121,34). Sum of RGB (Red+Green+Blue) = 18+121+34=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 121 (47.66% from 255 or 69.94% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 121 - color contains mainly: green. Hex color #127922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127922 is #ED86DD. Grayscale: #505050. Windows color (decimal): -15566558 or 2259218. OLE color: 2259218.

HSL color Cylindrical-coordinate representation of color #127922: hue angle of 129.32º 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 #127922 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1812134-
CMYK0.8500.720.53
HSL129.32º74.1%27.25%-
HSV(B)129.32º85.12%47.45%-
XYZ7.3813.923.81-
YUV80.29101.8883.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 121 (47.66% from 255) = 69.94%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=10.40%
G=69.94%
B=19.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121340.8500.720.53129.3274.127.25
Hex1279225504835814a1b
Octal221714212501106520111233
Binary10010111100110001010101010100100011010110000001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127922; }

 p { color: rgb(18,121,34); }

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

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

 a { background-color: rgb(18,121,34); }

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

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

 span { border-color: rgb(18,121,34); }

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