Html Css Color HEX #127316 Forest Green

📋 copy color: '#127316'

red 18 ◦ green 115 ◦ blue 22

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

Shades of Forest Green #127316

Tints of Forest Green #127316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 74.19%

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

R = 11.61%
G = 74.19%
B = 14.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#127316 (or 0x127316) is known color: Forest Green. HEX triplet: 12, 73 and 16. RGB value is (18,115,22). Sum of RGB (Red+Green+Blue) = 18+115+22=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #127316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127316 is #ED8CE9. Grayscale: #4B4B4B. Windows color (decimal): -15568106 or 1471250. OLE color: 1471250.

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

Color convert

RGB 18 115 22 -
CMYK 0.84 0 0.81 0.55
HSL 122.47º 0.73% 0.26% -
HSV(B) 122.47º 0.84% 0.45% -
XYZ 6.53 12.45 2.82 -
YUV 75.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 18 115 22 0.84 0 0.81 0.55 122.47 0.73 0.26
Hex 12 73 16 54 0 51 37 7A 49 1A
Octal 22 163 26 124 0 121 67 172 111 32
Binary 10010 1110011 10110 1010100 0 1010001 110111 1111010 1001001 11010

Color Harmonies of #127316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127316

Black with #127316

Text Example


Text Example

White with #127316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127316; }

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

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

background-color css

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

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

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

border-color css

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

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

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