Html Css Color HEX #117C1B Forest Green

📋 copy color: '#117C1B'

red 17 ◦ green 124 ◦ blue 27

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

Shades of Forest Green #117C1B

Tints of Forest Green #117C1B

RGB

 RED value IS 17 (7.03% from 255) = 10.12%

 GREEN value IS 124 (48.83% from 255) = 73.81%

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 10.12%
G = 73.81%
B = 16.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#117C1B (or 0x117C1B) is known color: Forest Green. HEX triplet: 11, 7C and 1B. RGB value is (17,124,27). Sum of RGB (Red+Green+Blue) = 17+124+27=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 124 (48.83% from 255 or 73.81% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 124 - color contains mainly: green. Hex color #117C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C1B is #EE83E4. Grayscale: #515151. Windows color (decimal): -15631333 or 1801233. OLE color: 1801233.

HSL color Cylindrical-coordinate representation of color #117C1B: hue angle of 125.61º degrees, saturation: 0.76, 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 #117C1B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 27 -
CMYK 0.86 0 0.78 0.51
HSL 125.61º 0.76% 0.28% -
HSV(B) 125.61º 0.86% 0.49% -
XYZ 7.64 14.61 3.46 -
YUV 80.95 97.55 82.39 -
System Red Green Blue C M Y K H S L
Decimal 17 124 27 0.86 0 0.78 0.51 125.61 0.76 0.28
Hex 11 7C 1B 56 0 4E 33 7E 4C 1C
Octal 21 174 33 126 0 116 63 176 114 34
Binary 10001 1111100 11011 1010110 0 1001110 110011 1111110 1001100 11100

Color Harmonies of #117C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C1B

Black with #117C1B

Text Example


Text Example

White with #117C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C1B; }

 p { color: rgb(17,124,27); }

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

background-color css

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

 a { background-color: rgb(17,124,27); }

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

border-color css

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

 span { border-color: rgb(17,124,27); }

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