Html Css Color HEX #127418 Forest Green

📋 copy color: '#127418'

red 18 ◦ green 116 ◦ blue 24

#127418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #127418

Tints of Forest Green #127418

RGB

 RED value IS 18 (7.42% from 255) = 11.39%

 GREEN value IS 116 (45.7% from 255) = 73.42%

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 11.39%
G = 73.42%
B = 15.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#127418 (or 0x127418) is known color: Forest Green. HEX triplet: 12, 74 and 18. RGB value is (18,116,24). Sum of RGB (Red+Green+Blue) = 18+116+24=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #127418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127418 is #ED8BE7. Grayscale: #4C4C4C. Windows color (decimal): -15567848 or 1602578. OLE color: 1602578.

HSL color Cylindrical-coordinate representation of color #127418: hue angle of 123.67º 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 #127418 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 24 -
CMYK 0.84 0 0.79 0.55
HSL 123.67º 0.73% 0.26% -
HSV(B) 123.67º 0.84% 0.45% -
XYZ 6.66 12.69 2.96 -
YUV 76.21 98.53 86.48 -
System Red Green Blue C M Y K H S L
Decimal 18 116 24 0.84 0 0.79 0.55 123.67 0.73 0.26
Hex 12 74 18 54 0 4F 37 7C 49 1A
Octal 22 164 30 124 0 117 67 174 111 32
Binary 10010 1110100 11000 1010100 0 1001111 110111 1111100 1001001 11010

Color Harmonies of #127418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127418

Black with #127418

Text Example


Text Example

White with #127418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127418; }

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

 H1.HeaderClassName
 {
   color: #127418;
 }
 .AnyTagClassName
 {
   color: #127418;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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