Html Css Color HEX #127F17 Forest Green

📋 copy color: '#127F17'

red 18 ◦ green 127 ◦ blue 23

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

Shades of Forest Green #127F17

Tints of Forest Green #127F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.69%

R = 10.71%
G = 75.6%
B = 13.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#127F17 (or 0x127F17) is known color: Forest Green. HEX triplet: 12, 7F and 17. RGB value is (18,127,23). Sum of RGB (Red+Green+Blue) = 18+127+23=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 127 (50% from 255 or 75.60% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 127 - color contains mainly: green. Hex color #127F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F17 is #ED80E8. Grayscale: #525252. Windows color (decimal): -15565033 or 1539858. OLE color: 1539858.

HSL color Cylindrical-coordinate representation of color #127F17: hue angle of 122.75º 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 #127F17 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 23 -
CMYK 0.86 0 0.82 0.50
HSL 122.75º 0.75% 0.28% -
HSV(B) 122.75º 0.86% 0.5% -
XYZ 7.99 15.37 3.36 -
YUV 82.55 94.39 81.96 -
System Red Green Blue C M Y K H S L
Decimal 18 127 23 0.86 0 0.82 0.50 122.75 0.75 0.28
Hex 12 7F 17 56 0 52 32 7B 4B 1C
Octal 22 177 27 126 0 122 62 173 113 34
Binary 10010 1111111 10111 1010110 0 1010010 110010 1111011 1001011 11100

Color Harmonies of #127F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F17

Black with #127F17

Text Example


Text Example

White with #127F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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