Html Css Color HEX #1C7016 Forest Green

📋 copy color: '#1C7016'

red 28 ◦ green 112 ◦ blue 22

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

Shades of Forest Green #1C7016

Tints of Forest Green #1C7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.14%

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

R = 17.28%
G = 69.14%
B = 13.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#1C7016 (or 0x1C7016) is known color: Forest Green. HEX triplet: 1C, 70 and 16. RGB value is (28,112,22). Sum of RGB (Red+Green+Blue) = 28+112+22=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7016 is #E38FE9. Grayscale: #4C4C4C. Windows color (decimal): -14913514 or 1470492. OLE color: 1470492.

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

Color convert

RGB 28 112 22 -
CMYK 0.75 0 0.80 0.56
HSL 116º 0.67% 0.26% -
HSV(B) 116º 0.8% 0.44% -
XYZ 6.42 11.89 2.72 -
YUV 76.62 97.17 93.32 -
System Red Green Blue C M Y K H S L
Decimal 28 112 22 0.75 0 0.80 0.56 116 0.67 0.26
Hex 1C 70 16 4B 0 50 38 74 43 1A
Octal 34 160 26 113 0 120 70 164 103 32
Binary 11100 1110000 10110 1001011 0 1010000 111000 1110100 1000011 11010

Color Harmonies of #1C7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7016

Black with #1C7016

Text Example


Text Example

White with #1C7016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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