Html Css Color HEX #127317 Forest Green

📋 copy color: '#127317'

red 18 ◦ green 115 ◦ blue 23

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

Shades of Forest Green #127317

Tints of Forest Green #127317

RGB

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

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

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

R = 11.54%
G = 73.72%
B = 14.74%

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

#127317 (or 0x127317) is known color: Forest Green. HEX triplet: 12, 73 and 17. RGB value is (18,115,23). Sum of RGB (Red+Green+Blue) = 18+115+23=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #127317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127317 is #ED8CE8. Grayscale: #4B4B4B. Windows color (decimal): -15568105 or 1536786. OLE color: 1536786.

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

Color convert

RGB 18 115 23 -
CMYK 0.84 0 0.80 0.55
HSL 123.09º 0.73% 0.26% -
HSV(B) 123.09º 0.84% 0.45% -
XYZ 6.53 12.45 2.87 -
YUV 75.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 18 115 23 0.84 0 0.80 0.55 123.09 0.73 0.26
Hex 12 73 17 54 0 50 37 7B 49 1A
Octal 22 163 27 124 0 120 67 173 111 32
Binary 10010 1110011 10111 1010100 0 1010000 110111 1111011 1001001 11010

Color Harmonies of #127317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127317

Black with #127317

Text Example


Text Example

White with #127317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127317; }

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

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

background-color css

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

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

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

border-color css

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

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

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