Html Css Color HEX #127918 Forest Green

📋 copy color: '#127918'

red 18 ◦ green 121 ◦ blue 24

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

Shades of Forest Green #127918

Tints of Forest Green #127918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 74.23%

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

R = 11.04%
G = 74.23%
B = 14.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#127918 (or 0x127918) is known color: Forest Green. HEX triplet: 12, 79 and 18. RGB value is (18,121,24). Sum of RGB (Red+Green+Blue) = 18+121+24=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 121 (47.66% from 255 or 74.23% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 121 - color contains mainly: green. Hex color #127918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127918 is #ED86E7. Grayscale: #4F4F4F. Windows color (decimal): -15566568 or 1603858. OLE color: 1603858.

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

Color convert

RGB 18 121 24 -
CMYK 0.85 0 0.80 0.53
HSL 123.5º 0.74% 0.27% -
HSV(B) 123.5º 0.85% 0.47% -
XYZ 7.25 13.87 3.16 -
YUV 79.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 18 121 24 0.85 0 0.80 0.53 123.5 0.74 0.27
Hex 12 79 18 55 0 50 35 7B 4A 1B
Octal 22 171 30 125 0 120 65 173 112 33
Binary 10010 1111001 11000 1010101 0 1010000 110101 1111011 1001010 11011

Color Harmonies of #127918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127918

Black with #127918

Text Example


Text Example

White with #127918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127918; }

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

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

background-color css

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

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

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

border-color css

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

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

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