Html Css Color HEX #127C22 Forest Green

📋 copy color: '#127C22'

red 18 ◦ green 124 ◦ blue 34

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

Shades of Forest Green #127C22

Tints of Forest Green #127C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.32%

R = 10.23%
G = 70.45%
B = 19.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#127C22 (or 0x127C22) is known color: Forest Green. HEX triplet: 12, 7C and 22. RGB value is (18,124,34). Sum of RGB (Red+Green+Blue) = 18+124+34=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 124 (48.83% from 255 or 70.45% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 124 - color contains mainly: green. Hex color #127C22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C22 is #ED83DD. Grayscale: #525252. Windows color (decimal): -15565790 or 2259986. OLE color: 2259986.

HSL color Cylindrical-coordinate representation of color #127C22: hue angle of 129.06º 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 #127C22 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 34 -
CMYK 0.85 0 0.73 0.51
HSL 129.06º 0.75% 0.28% -
HSV(B) 129.06º 0.85% 0.49% -
XYZ 7.75 14.66 3.93 -
YUV 82.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 18 124 34 0.85 0 0.73 0.51 129.06 0.75 0.28
Hex 12 7C 22 55 0 49 33 81 4B 1C
Octal 22 174 42 125 0 111 63 201 113 34
Binary 10010 1111100 100010 1010101 0 1001001 110011 10000001 1001011 11100

Color Harmonies of #127C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C22

Black with #127C22

Text Example


Text Example

White with #127C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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