Html Css Color HEX #127D19 Forest Green

📋 copy color: '#127D19'

red 18 ◦ green 125 ◦ blue 25

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

Shades of Forest Green #127D19

Tints of Forest Green #127D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 74.4%

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

R = 10.71%
G = 74.4%
B = 14.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#127D19 (or 0x127D19) is known color: Forest Green. HEX triplet: 12, 7D and 19. RGB value is (18,125,25). Sum of RGB (Red+Green+Blue) = 18+125+25=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 125 (49.22% from 255 or 74.40% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 125 - color contains mainly: green. Hex color #127D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D19 is #ED82E6. Grayscale: #515151. Windows color (decimal): -15565543 or 1670418. OLE color: 1670418.

HSL color Cylindrical-coordinate representation of color #127D19: hue angle of 123.93º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D19 is Cyan = 0.86, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 125 25 -
CMYK 0.86 0 0.8 0.51
HSL 123.93º 0.75% 0.28% -
HSV(B) 123.93º 0.86% 0.49% -
XYZ 7.76 14.87 3.38 -
YUV 81.61 96.05 82.63 -
System Red Green Blue C M Y K H S L
Decimal 18 125 25 0.86 0 0.8 0.51 123.93 0.75 0.28
Hex 12 7D 19 56 0 50 33 7C 4B 1C
Octal 22 175 31 126 0 120 63 174 113 34
Binary 10010 1111101 11001 1010110 0 1010000 110011 1111100 1001011 11100

Color Harmonies of #127D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D19

Black with #127D19

Text Example


Text Example

White with #127D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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