Html Css Color HEX #127818 Forest Green

📋 copy color: '#127818'

red 18 ◦ green 120 ◦ blue 24

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

Shades of Forest Green #127818

Tints of Forest Green #127818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 74.07%

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

R = 11.11%
G = 74.07%
B = 14.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#127818 (or 0x127818) is known color: Forest Green. HEX triplet: 12, 78 and 18. RGB value is (18,120,24). Sum of RGB (Red+Green+Blue) = 18+120+24=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 120 (47.27% from 255 or 74.07% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 120 - color contains mainly: green. Hex color #127818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127818 is #ED87E7. Grayscale: #4E4E4E. Windows color (decimal): -15566824 or 1603602. OLE color: 1603602.

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

Color convert

RGB 18 120 24 -
CMYK 0.85 0 0.8 0.53
HSL 123.53º 0.74% 0.27% -
HSV(B) 123.53º 0.85% 0.47% -
XYZ 7.13 13.63 3.12 -
YUV 78.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 18 120 24 0.85 0 0.8 0.53 123.53 0.74 0.27
Hex 12 78 18 55 0 50 35 7C 4A 1B
Octal 22 170 30 125 0 120 65 174 112 33
Binary 10010 1111000 11000 1010101 0 1010000 110101 1111100 1001010 11011

Color Harmonies of #127818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127818

Black with #127818

Text Example


Text Example

White with #127818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127818; }

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

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

background-color css

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

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

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

border-color css

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

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

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