Html Css Color HEX #127A14 Forest Green

📋 copy color: '#127A14'

red 18 ◦ green 122 ◦ blue 20

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

Shades of Forest Green #127A14

Tints of Forest Green #127A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 76.25%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 11.25%
G = 76.25%
B = 12.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#127A14 (or 0x127A14) is known color: Forest Green. HEX triplet: 12, 7A and 14. RGB value is (18,122,20). Sum of RGB (Red+Green+Blue) = 18+122+20=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 122 (48.05% from 255 or 76.25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 122 - color contains mainly: green. Hex color #127A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A14 is #ED85EB. Grayscale: #4F4F4F. Windows color (decimal): -15566316 or 1341970. OLE color: 1341970.

HSL color Cylindrical-coordinate representation of color #127A14: hue angle of 121.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A14 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 20 -
CMYK 0.85 0 0.84 0.52
HSL 121.15º 0.74% 0.27% -
HSV(B) 121.15º 0.85% 0.48% -
XYZ 7.34 14.1 3 -
YUV 79.28 94.54 84.29 -
System Red Green Blue C M Y K H S L
Decimal 18 122 20 0.85 0 0.84 0.52 121.15 0.74 0.27
Hex 12 7A 14 55 0 54 34 79 4A 1B
Octal 22 172 24 125 0 124 64 171 112 33
Binary 10010 1111010 10100 1010101 0 1010100 110100 1111001 1001010 11011

Color Harmonies of #127A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A14

Black with #127A14

Text Example


Text Example

White with #127A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,20); }

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

background-color css

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

 a { background-color: rgb(18,122,20); }

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

border-color css

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

 span { border-color: rgb(18,122,20); }

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