Html Css Color HEX #127217 Forest Green

📋 copy color: '#127217'

red 18 ◦ green 114 ◦ blue 23

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

Shades of Forest Green #127217

Tints of Forest Green #127217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 73.55%

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 11.61%
G = 73.55%
B = 14.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#127217 (or 0x127217) is known color: Forest Green. HEX triplet: 12, 72 and 17. RGB value is (18,114,23). Sum of RGB (Red+Green+Blue) = 18+114+23=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #127217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127217 is #ED8DE8. Grayscale: #4B4B4B. Windows color (decimal): -15568361 or 1536530. OLE color: 1536530.

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

Color convert

RGB 18 114 23 -
CMYK 0.84 0 0.80 0.55
HSL 123.13º 0.73% 0.26% -
HSV(B) 123.13º 0.84% 0.45% -
XYZ 6.42 12.23 2.83 -
YUV 74.92 98.7 87.4 -
System Red Green Blue C M Y K H S L
Decimal 18 114 23 0.84 0 0.80 0.55 123.13 0.73 0.26
Hex 12 72 17 54 0 50 37 7B 49 1A
Octal 22 162 27 124 0 120 67 173 111 32
Binary 10010 1110010 10111 1010100 0 1010000 110111 1111011 1001001 11010

Color Harmonies of #127217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127217

Black with #127217

Text Example


Text Example

White with #127217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127217; }

 p { color: rgb(18,114,23); }

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

background-color css

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

 a { background-color: rgb(18,114,23); }

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

border-color css

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

 span { border-color: rgb(18,114,23); }

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