Html Css Color HEX #127C25 Forest Green

📋 copy color: '#127C25'

red 18 ◦ green 124 ◦ blue 37

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

Shades of Forest Green #127C25

Tints of Forest Green #127C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.67%

R = 10.06%
G = 69.27%
B = 20.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#127C25 (or 0x127C25) is known color: Forest Green. HEX triplet: 12, 7C and 25. RGB value is (18,124,37). Sum of RGB (Red+Green+Blue) = 18+124+37=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 124 (48.83% from 255 or 69.27% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 124 - color contains mainly: green. Hex color #127C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C25 is #ED83DA. Grayscale: #525252. Windows color (decimal): -15565787 or 2456594. OLE color: 2456594.

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

Color convert

RGB 18 124 37 -
CMYK 0.85 0 0.70 0.51
HSL 130.75º 0.75% 0.28% -
HSV(B) 130.75º 0.85% 0.49% -
XYZ 7.79 14.68 4.17 -
YUV 82.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 18 124 37 0.85 0 0.70 0.51 130.75 0.75 0.28
Hex 12 7C 25 55 0 46 33 83 4B 1C
Octal 22 174 45 125 0 106 63 203 113 34
Binary 10010 1111100 100101 1010101 0 1000110 110011 10000011 1001011 11100

Color Harmonies of #127C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C25

Black with #127C25

Text Example


Text Example

White with #127C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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