Html Css Color HEX #127C28 Forest Green

📋 copy color: '#127C28'

red 18 ◦ green 124 ◦ blue 40

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

Shades of Forest Green #127C28

Tints of Forest Green #127C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 9.89%
G = 68.13%
B = 21.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#127C28 (or 0x127C28) is known color: Forest Green. HEX triplet: 12, 7C and 28. RGB value is (18,124,40). Sum of RGB (Red+Green+Blue) = 18+124+40=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #127C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C28 is #ED83D7. Grayscale: #525252. Windows color (decimal): -15565784 or 2653202. OLE color: 2653202.

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

Color convert

RGB 18 124 40 -
CMYK 0.85 0 0.68 0.51
HSL 132.45º 0.75% 0.28% -
HSV(B) 132.45º 0.85% 0.49% -
XYZ 7.84 14.7 4.43 -
YUV 82.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 18 124 40 0.85 0 0.68 0.51 132.45 0.75 0.28
Hex 12 7C 28 55 0 44 33 84 4B 1C
Octal 22 174 50 125 0 104 63 204 113 34
Binary 10010 1111100 101000 1010101 0 1000100 110011 10000100 1001011 11100

Color Harmonies of #127C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C28

Black with #127C28

Text Example


Text Example

White with #127C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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