Html Css Color HEX #127A1E Forest Green

📋 copy color: '#127A1E'

red 18 ◦ green 122 ◦ blue 30

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

Shades of Forest Green #127A1E

Tints of Forest Green #127A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 10.59%
G = 71.76%
B = 17.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#127A1E (or 0x127A1E) is known color: Forest Green. HEX triplet: 12, 7A and 1E. RGB value is (18,122,30). Sum of RGB (Red+Green+Blue) = 18+122+30=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 122 (48.05% from 255 or 71.76% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 122 - color contains mainly: green. Hex color #127A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A1E is #ED85E1. Grayscale: #505050. Windows color (decimal): -15566306 or 1997330. OLE color: 1997330.

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

Color convert

RGB 18 122 30 -
CMYK 0.85 0 0.75 0.52
HSL 126.92º 0.74% 0.27% -
HSV(B) 126.92º 0.85% 0.48% -
XYZ 7.44 14.14 3.57 -
YUV 80.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 18 122 30 0.85 0 0.75 0.52 126.92 0.74 0.27
Hex 12 7A 1E 55 0 4B 34 7F 4A 1B
Octal 22 172 36 125 0 113 64 177 112 33
Binary 10010 1111010 11110 1010101 0 1001011 110100 1111111 1001010 11011

Color Harmonies of #127A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A1E

Black with #127A1E

Text Example


Text Example

White with #127A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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