Html Css Color HEX #127417 Forest Green

📋 copy color: '#127417'

red 18 ◦ green 116 ◦ blue 23

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

Shades of Forest Green #127417

Tints of Forest Green #127417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 73.89%

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

R = 11.46%
G = 73.89%
B = 14.65%

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

#127417 (or 0x127417) is known color: Forest Green. HEX triplet: 12, 74 and 17. RGB value is (18,116,23). Sum of RGB (Red+Green+Blue) = 18+116+23=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #127417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127417 is #ED8BE8. Grayscale: #4C4C4C. Windows color (decimal): -15567849 or 1537042. OLE color: 1537042.

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

Color convert

RGB 18 116 23 -
CMYK 0.84 0 0.80 0.55
HSL 123.06º 0.73% 0.26% -
HSV(B) 123.06º 0.84% 0.45% -
XYZ 6.65 12.68 2.91 -
YUV 76.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 18 116 23 0.84 0 0.80 0.55 123.06 0.73 0.26
Hex 12 74 17 54 0 50 37 7B 49 1A
Octal 22 164 27 124 0 120 67 173 111 32
Binary 10010 1110100 10111 1010100 0 1010000 110111 1111011 1001001 11010

Color Harmonies of #127417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127417

Black with #127417

Text Example


Text Example

White with #127417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127417; }

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

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

background-color css

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

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

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

border-color css

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

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

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