Html Css Color HEX #127C26 Forest Green

📋 copy color: '#127C26'

red 18 ◦ green 124 ◦ blue 38

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

Shades of Forest Green #127C26

Tints of Forest Green #127C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 10%
G = 68.89%
B = 21.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#127C26 (or 0x127C26) is known color: Forest Green. HEX triplet: 12, 7C and 26. RGB value is (18,124,38). Sum of RGB (Red+Green+Blue) = 18+124+38=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #127C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C26 is #ED83D9. Grayscale: #525252. Windows color (decimal): -15565786 or 2522130. OLE color: 2522130.

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

Color convert

RGB 18 124 38 -
CMYK 0.85 0 0.69 0.51
HSL 131.32º 0.75% 0.28% -
HSV(B) 131.32º 0.85% 0.49% -
XYZ 7.81 14.68 4.26 -
YUV 82.5 102.88 81.99 -
System Red Green Blue C M Y K H S L
Decimal 18 124 38 0.85 0 0.69 0.51 131.32 0.75 0.28
Hex 12 7C 26 55 0 45 33 83 4B 1C
Octal 22 174 46 125 0 105 63 203 113 34
Binary 10010 1111100 100110 1010101 0 1000101 110011 10000011 1001011 11100

Color Harmonies of #127C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C26

Black with #127C26

Text Example


Text Example

White with #127C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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