Html Css Color HEX #127619 Forest Green

📋 copy color: '#127619'

red 18 ◦ green 118 ◦ blue 25

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

Shades of Forest Green #127619

Tints of Forest Green #127619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 73.29%

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

R = 11.18%
G = 73.29%
B = 15.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#127619 (or 0x127619) is known color: Forest Green. HEX triplet: 12, 76 and 19. RGB value is (18,118,25). Sum of RGB (Red+Green+Blue) = 18+118+25=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #127619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127619 is #ED89E6. Grayscale: #4D4D4D. Windows color (decimal): -15567335 or 1668626. OLE color: 1668626.

HSL color Cylindrical-coordinate representation of color #127619: hue angle of 124.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127619 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 25 -
CMYK 0.85 0 0.79 0.54
HSL 124.2º 0.74% 0.27% -
HSV(B) 124.2º 0.85% 0.46% -
XYZ 6.9 13.16 3.1 -
YUV 77.5 98.37 85.56 -
System Red Green Blue C M Y K H S L
Decimal 18 118 25 0.85 0 0.79 0.54 124.2 0.74 0.27
Hex 12 76 19 55 0 4F 36 7C 4A 1B
Octal 22 166 31 125 0 117 66 174 112 33
Binary 10010 1110110 11001 1010101 0 1001111 110110 1111100 1001010 11011

Color Harmonies of #127619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127619

Black with #127619

Text Example


Text Example

White with #127619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127619; }

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

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

background-color css

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

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

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

border-color css

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

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

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