Html Css Color HEX #127320 Forest Green

📋 copy color: '#127320'

red 18 ◦ green 115 ◦ blue 32

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

Shades of Forest Green #127320

Tints of Forest Green #127320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 10.91%
G = 69.7%
B = 19.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#127320 (or 0x127320) is known color: Forest Green. HEX triplet: 12, 73 and 20. RGB value is (18,115,32). Sum of RGB (Red+Green+Blue) = 18+115+32=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #127320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127320 is #ED8CDF. Grayscale: #4C4C4C. Windows color (decimal): -15568096 or 2126610. OLE color: 2126610.

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

Color convert

RGB 18 115 32 -
CMYK 0.84 0 0.72 0.55
HSL 128.66º 0.73% 0.26% -
HSV(B) 128.66º 0.84% 0.45% -
XYZ 6.64 12.49 3.43 -
YUV 76.54 102.86 86.25 -
System Red Green Blue C M Y K H S L
Decimal 18 115 32 0.84 0 0.72 0.55 128.66 0.73 0.26
Hex 12 73 20 54 0 48 37 81 49 1A
Octal 22 163 40 124 0 110 67 201 111 32
Binary 10010 1110011 100000 1010100 0 1001000 110111 10000001 1001001 11010

Color Harmonies of #127320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127320

Black with #127320

Text Example


Text Example

White with #127320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127320; }

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

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

background-color css

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

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

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

border-color css

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

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

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