#127218

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

Shades of Forest Green #127218

Tints of Forest Green #127218

Color information

#127218 (or 0x127218) is unknown color: approx Forest Green. HEX triplet: 12, 72 and 18. RGB value is (18,114,24). Sum of RGB (Red+Green+Blue) = 18+114+24=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #127218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127218 is #ED8DE7. Grayscale: #4B4B4B. Windows color (decimal): -15568360 or 1602066. OLE color: 1602066.

HSL color Cylindrical-coordinate representation of color #127218: hue angle of 123.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127218 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1811424-
CMYK0.8400.790.55
HSL123.75º72.73%25.88%-
HSV(B)123.75º84.21%44.71%-
XYZ6.4312.232.89-
YUV75.0499.287.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 114 (44.92% from 255) = 73.08%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=11.54%
G=73.08%
B=15.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114240.8400.790.55123.7572.7325.88
Hex1272185404F377c491a
Octal221623012401176717411132
Binary100101110010110001010100010011111101111111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127218; }

 p { color: rgb(18,114,24); }

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

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

 a { background-color: rgb(18,114,24); }

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

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

 span { border-color: rgb(18,114,24); }

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