Html Css Color HEX #127118 Forest Green

📋 copy color: '#127118'

red 18 ◦ green 113 ◦ blue 24

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

Shades of Forest Green #127118

Tints of Forest Green #127118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 72.9%

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

R = 11.61%
G = 72.9%
B = 15.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#127118 (or 0x127118) is known color: Forest Green. HEX triplet: 12, 71 and 18. RGB value is (18,113,24). Sum of RGB (Red+Green+Blue) = 18+113+24=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #127118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127118 is #ED8EE7. Grayscale: #4A4A4A. Windows color (decimal): -15568616 or 1601810. OLE color: 1601810.

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

Color convert

RGB 18 113 24 -
CMYK 0.84 0 0.79 0.56
HSL 123.79º 0.73% 0.26% -
HSV(B) 123.79º 0.84% 0.44% -
XYZ 6.32 12 2.85 -
YUV 74.45 99.53 87.74 -
System Red Green Blue C M Y K H S L
Decimal 18 113 24 0.84 0 0.79 0.56 123.79 0.73 0.26
Hex 12 71 18 54 0 4F 38 7C 49 1A
Octal 22 161 30 124 0 117 70 174 111 32
Binary 10010 1110001 11000 1010100 0 1001111 111000 1111100 1001001 11010

Color Harmonies of #127118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127118

Black with #127118

Text Example


Text Example

White with #127118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127118; }

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

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

background-color css

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

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

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

border-color css

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

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

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