Html Css Color HEX #127F18 Forest Green

📋 copy color: '#127F18'

red 18 ◦ green 127 ◦ blue 24

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

Shades of Forest Green #127F18

Tints of Forest Green #127F18

RGB

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

 GREEN value IS 127 (50% from 255) = 75.15%

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

R = 10.65%
G = 75.15%
B = 14.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#127F18 (or 0x127F18) is known color: Forest Green. HEX triplet: 12, 7F and 18. RGB value is (18,127,24). Sum of RGB (Red+Green+Blue) = 18+127+24=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 127 (50% from 255 or 75.15% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 127 - color contains mainly: green. Hex color #127F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F18 is #ED80E7. Grayscale: #525252. Windows color (decimal): -15565032 or 1605394. OLE color: 1605394.

HSL color Cylindrical-coordinate representation of color #127F18: hue angle of 123.3º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F18 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 24 -
CMYK 0.86 0 0.81 0.50
HSL 123.3º 0.75% 0.28% -
HSV(B) 123.3º 0.86% 0.5% -
XYZ 8 15.37 3.41 -
YUV 82.67 94.89 81.88 -
System Red Green Blue C M Y K H S L
Decimal 18 127 24 0.86 0 0.81 0.50 123.3 0.75 0.28
Hex 12 7F 18 56 0 51 32 7B 4B 1C
Octal 22 177 30 126 0 121 62 173 113 34
Binary 10010 1111111 11000 1010110 0 1010001 110010 1111011 1001011 11100

Color Harmonies of #127F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F18

Black with #127F18

Text Example


Text Example

White with #127F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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