Html Css Color HEX #1C7116 Forest Green

📋 copy color: '#1C7116'

red 28 ◦ green 113 ◦ blue 22

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

Shades of Forest Green #1C7116

Tints of Forest Green #1C7116

RGB

 RED value IS 28 (11.33% from 255) = 17.18%

 GREEN value IS 113 (44.53% from 255) = 69.33%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 17.18%
G = 69.33%
B = 13.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#1C7116 (or 0x1C7116) is known color: Forest Green. HEX triplet: 1C, 71 and 16. RGB value is (28,113,22). Sum of RGB (Red+Green+Blue) = 28+113+22=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7116 is #E38EE9. Grayscale: #4D4D4D. Windows color (decimal): -14913258 or 1470748. OLE color: 1470748.

HSL color Cylindrical-coordinate representation of color #1C7116: hue angle of 116.04º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7116 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 22 -
CMYK 0.75 0 0.81 0.56
HSL 116.04º 0.67% 0.26% -
HSV(B) 116.04º 0.81% 0.44% -
XYZ 6.53 12.12 2.75 -
YUV 77.21 96.84 92.9 -
System Red Green Blue C M Y K H S L
Decimal 28 113 22 0.75 0 0.81 0.56 116.04 0.67 0.26
Hex 1C 71 16 4B 0 51 38 74 43 1A
Octal 34 161 26 113 0 121 70 164 103 32
Binary 11100 1110001 10110 1001011 0 1010001 111000 1110100 1000011 11010

Color Harmonies of #1C7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7116

Black with #1C7116

Text Example


Text Example

White with #1C7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C7116; }

 p { color: rgb(28,113,22); }

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

background-color css

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

 a { background-color: rgb(28,113,22); }

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

border-color css

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

 span { border-color: rgb(28,113,22); }

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