Html Css Color HEX #1C7013 Forest Green

📋 copy color: '#1C7013'

red 28 ◦ green 112 ◦ blue 19

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

Shades of Forest Green #1C7013

Tints of Forest Green #1C7013

RGB

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

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

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

R = 17.61%
G = 70.44%
B = 11.95%

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

#1C7013 (or 0x1C7013) is known color: Forest Green. HEX triplet: 1C, 70 and 13. RGB value is (28,112,19). Sum of RGB (Red+Green+Blue) = 28+112+19=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7013 is #E38FEC. Grayscale: #4C4C4C. Windows color (decimal): -14913517 or 1273884. OLE color: 1273884.

HSL color Cylindrical-coordinate representation of color #1C7013: hue angle of 114.19º 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 #1C7013 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 112 19 -
CMYK 0.75 0 0.83 0.56
HSL 114.19º 0.71% 0.26% -
HSV(B) 114.19º 0.83% 0.44% -
XYZ 6.39 11.88 2.57 -
YUV 76.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 28 112 19 0.75 0 0.83 0.56 114.19 0.71 0.26
Hex 1C 70 13 4B 0 53 38 72 47 1A
Octal 34 160 23 113 0 123 70 162 107 32
Binary 11100 1110000 10011 1001011 0 1010011 111000 1110010 1000111 11010

Color Harmonies of #1C7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7013

Black with #1C7013

Text Example


Text Example

White with #1C7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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