Html Css Color HEX #127C19 Forest Green

📋 copy color: '#127C19'

red 18 ◦ green 124 ◦ blue 25

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

Shades of Forest Green #127C19

Tints of Forest Green #127C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 74.25%

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

R = 10.78%
G = 74.25%
B = 14.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#127C19 (or 0x127C19) is known color: Forest Green. HEX triplet: 12, 7C and 19. RGB value is (18,124,25). Sum of RGB (Red+Green+Blue) = 18+124+25=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 124 (48.83% from 255 or 74.25% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 124 - color contains mainly: green. Hex color #127C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C19 is #ED83E6. Grayscale: #515151. Windows color (decimal): -15565799 or 1670162. OLE color: 1670162.

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

Color convert

RGB 18 124 25 -
CMYK 0.85 0 0.80 0.51
HSL 123.96º 0.75% 0.28% -
HSV(B) 123.96º 0.85% 0.49% -
XYZ 7.63 14.61 3.34 -
YUV 81.02 96.38 83.05 -
System Red Green Blue C M Y K H S L
Decimal 18 124 25 0.85 0 0.80 0.51 123.96 0.75 0.28
Hex 12 7C 19 55 0 50 33 7C 4B 1C
Octal 22 174 31 125 0 120 63 174 113 34
Binary 10010 1111100 11001 1010101 0 1010000 110011 1111100 1001011 11100

Color Harmonies of #127C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C19

Black with #127C19

Text Example


Text Example

White with #127C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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