Html Css Color HEX #127319 Forest Green

📋 copy color: '#127319'

red 18 ◦ green 115 ◦ blue 25

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

Shades of Forest Green #127319

Tints of Forest Green #127319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 11.39%
G = 72.78%
B = 15.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#127319 (or 0x127319) is known color: Forest Green. HEX triplet: 12, 73 and 19. RGB value is (18,115,25). Sum of RGB (Red+Green+Blue) = 18+115+25=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #127319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127319 is #ED8CE6. Grayscale: #4C4C4C. Windows color (decimal): -15568103 or 1667858. OLE color: 1667858.

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

Color convert

RGB 18 115 25 -
CMYK 0.84 0 0.78 0.55
HSL 124.33º 0.73% 0.26% -
HSV(B) 124.33º 0.84% 0.45% -
XYZ 6.56 12.46 2.98 -
YUV 75.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 18 115 25 0.84 0 0.78 0.55 124.33 0.73 0.26
Hex 12 73 19 54 0 4E 37 7C 49 1A
Octal 22 163 31 124 0 116 67 174 111 32
Binary 10010 1110011 11001 1010100 0 1001110 110111 1111100 1001001 11010

Color Harmonies of #127319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127319

Black with #127319

Text Example


Text Example

White with #127319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127319; }

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

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

background-color css

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

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

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

border-color css

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

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

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