Html Css Color HEX #127816 Forest Green

📋 copy color: '#127816'

red 18 ◦ green 120 ◦ blue 22

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

Shades of Forest Green #127816

Tints of Forest Green #127816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 11.25%
G = 75%
B = 13.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#127816 (or 0x127816) is known color: Forest Green. HEX triplet: 12, 78 and 16. RGB value is (18,120,22). Sum of RGB (Red+Green+Blue) = 18+120+22=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 120 (47.27% from 255 or 75% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 120 - color contains mainly: green. Hex color #127816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127816 is #ED87E9. Grayscale: #4E4E4E. Windows color (decimal): -15566826 or 1472530. OLE color: 1472530.

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

Color convert

RGB 18 120 22 -
CMYK 0.85 0 0.82 0.53
HSL 122.35º 0.74% 0.27% -
HSV(B) 122.35º 0.85% 0.47% -
XYZ 7.11 13.62 3.01 -
YUV 78.33 96.21 84.97 -
System Red Green Blue C M Y K H S L
Decimal 18 120 22 0.85 0 0.82 0.53 122.35 0.74 0.27
Hex 12 78 16 55 0 52 35 7A 4A 1B
Octal 22 170 26 125 0 122 65 172 112 33
Binary 10010 1111000 10110 1010101 0 1010010 110101 1111010 1001010 11011

Color Harmonies of #127816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127816

Black with #127816

Text Example


Text Example

White with #127816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127816; }

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

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

background-color css

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

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

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

border-color css

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

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

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