Html Css Color HEX #127119 Forest Green

📋 copy color: '#127119'

red 18 ◦ green 113 ◦ blue 25

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

Shades of Forest Green #127119

Tints of Forest Green #127119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 72.44%

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

R = 11.54%
G = 72.44%
B = 16.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#127119 (or 0x127119) is known color: Forest Green. HEX triplet: 12, 71 and 19. RGB value is (18,113,25). Sum of RGB (Red+Green+Blue) = 18+113+25=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #127119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127119 is #ED8EE6. Grayscale: #4A4A4A. Windows color (decimal): -15568615 or 1667346. OLE color: 1667346.

HSL color Cylindrical-coordinate representation of color #127119: hue angle of 124.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127119 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 25 -
CMYK 0.84 0 0.78 0.56
HSL 124.42º 0.73% 0.26% -
HSV(B) 124.42º 0.84% 0.44% -
XYZ 6.33 12.01 2.9 -
YUV 74.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 18 113 25 0.84 0 0.78 0.56 124.42 0.73 0.26
Hex 12 71 19 54 0 4E 38 7C 49 1A
Octal 22 161 31 124 0 116 70 174 111 32
Binary 10010 1110001 11001 1010100 0 1001110 111000 1111100 1001001 11010

Color Harmonies of #127119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127119

Black with #127119

Text Example


Text Example

White with #127119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127119; }

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

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

background-color css

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

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

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

border-color css

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

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

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