Html Css Color HEX #127D17 Forest Green

📋 copy color: '#127D17'

red 18 ◦ green 125 ◦ blue 23

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

Shades of Forest Green #127D17

Tints of Forest Green #127D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 75.3%

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

R = 10.84%
G = 75.3%
B = 13.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#127D17 (or 0x127D17) is known color: Forest Green. HEX triplet: 12, 7D and 17. RGB value is (18,125,23). Sum of RGB (Red+Green+Blue) = 18+125+23=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 125 (49.22% from 255 or 75.30% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 125 - color contains mainly: green. Hex color #127D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D17 is #ED82E8. Grayscale: #515151. Windows color (decimal): -15565545 or 1539346. OLE color: 1539346.

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

Color convert

RGB 18 125 23 -
CMYK 0.86 0 0.82 0.51
HSL 122.8º 0.75% 0.28% -
HSV(B) 122.8º 0.86% 0.49% -
XYZ 7.74 14.86 3.27 -
YUV 81.38 95.05 82.79 -
System Red Green Blue C M Y K H S L
Decimal 18 125 23 0.86 0 0.82 0.51 122.8 0.75 0.28
Hex 12 7D 17 56 0 52 33 7B 4B 1C
Octal 22 175 27 126 0 122 63 173 113 34
Binary 10010 1111101 10111 1010110 0 1010010 110011 1111011 1001011 11100

Color Harmonies of #127D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D17

Black with #127D17

Text Example


Text Example

White with #127D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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