Html Css Color HEX #1C7113 Forest Green

📋 copy color: '#1C7113'

red 28 ◦ green 113 ◦ blue 19

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

Shades of Forest Green #1C7113

Tints of Forest Green #1C7113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.88%

R = 17.5%
G = 70.63%
B = 11.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#1C7113 (or 0x1C7113) is known color: Forest Green. HEX triplet: 1C, 71 and 13. RGB value is (28,113,19). Sum of RGB (Red+Green+Blue) = 28+113+19=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7113 is #E38EEC. Grayscale: #4D4D4D. Windows color (decimal): -14913261 or 1274140. OLE color: 1274140.

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

Color convert

RGB 28 113 19 -
CMYK 0.75 0 0.83 0.56
HSL 114.26º 0.71% 0.26% -
HSV(B) 114.26º 0.83% 0.44% -
XYZ 6.5 12.1 2.61 -
YUV 76.87 95.34 93.14 -
System Red Green Blue C M Y K H S L
Decimal 28 113 19 0.75 0 0.83 0.56 114.26 0.71 0.26
Hex 1C 71 13 4B 0 53 38 72 47 1A
Octal 34 161 23 113 0 123 70 162 107 32
Binary 11100 1110001 10011 1001011 0 1010011 111000 1110010 1000111 11010

Color Harmonies of #1C7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7113

Black with #1C7113

Text Example


Text Example

White with #1C7113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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