Html Css Color HEX #127618 Forest Green

📋 copy color: '#127618'

red 18 ◦ green 118 ◦ blue 24

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

Shades of Forest Green #127618

Tints of Forest Green #127618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15%

R = 11.25%
G = 73.75%
B = 15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#127618 (or 0x127618) is known color: Forest Green. HEX triplet: 12, 76 and 18. RGB value is (18,118,24). Sum of RGB (Red+Green+Blue) = 18+118+24=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #127618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127618 is #ED89E7. Grayscale: #4D4D4D. Windows color (decimal): -15567336 or 1603090. OLE color: 1603090.

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

Color convert

RGB 18 118 24 -
CMYK 0.85 0 0.80 0.54
HSL 123.6º 0.74% 0.27% -
HSV(B) 123.6º 0.85% 0.46% -
XYZ 6.89 13.15 3.04 -
YUV 77.38 97.87 85.64 -
System Red Green Blue C M Y K H S L
Decimal 18 118 24 0.85 0 0.80 0.54 123.6 0.74 0.27
Hex 12 76 18 55 0 50 36 7C 4A 1B
Octal 22 166 30 125 0 120 66 174 112 33
Binary 10010 1110110 11000 1010101 0 1010000 110110 1111100 1001010 11011

Color Harmonies of #127618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127618

Black with #127618

Text Example


Text Example

White with #127618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127618; }

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

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

background-color css

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

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

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

border-color css

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

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

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