Html Css Color HEX #127A19 Forest Green

📋 copy color: '#127A19'

red 18 ◦ green 122 ◦ blue 25

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

Shades of Forest Green #127A19

Tints of Forest Green #127A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 10.91%
G = 73.94%
B = 15.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#127A19 (or 0x127A19) is known color: Forest Green. HEX triplet: 12, 7A and 19. RGB value is (18,122,25). Sum of RGB (Red+Green+Blue) = 18+122+25=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 122 (48.05% from 255 or 73.94% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 122 - color contains mainly: green. Hex color #127A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A19 is #ED85E6. Grayscale: #505050. Windows color (decimal): -15566311 or 1669650. OLE color: 1669650.

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

Color convert

RGB 18 122 25 -
CMYK 0.85 0 0.80 0.52
HSL 124.04º 0.74% 0.27% -
HSV(B) 124.04º 0.85% 0.48% -
XYZ 7.38 14.12 3.26 -
YUV 79.85 97.04 83.89 -
System Red Green Blue C M Y K H S L
Decimal 18 122 25 0.85 0 0.80 0.52 124.04 0.74 0.27
Hex 12 7A 19 55 0 50 34 7C 4A 1B
Octal 22 172 31 125 0 120 64 174 112 33
Binary 10010 1111010 11001 1010101 0 1010000 110100 1111100 1001010 11011

Color Harmonies of #127A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A19

Black with #127A19

Text Example


Text Example

White with #127A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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