Html Css Color HEX #1C740E Forest Green

📋 copy color: '#1C740E'

red 28 ◦ green 116 ◦ blue 14

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

Shades of Forest Green #1C740E

Tints of Forest Green #1C740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 73.42%

 BLUE value IS 14 (5.86% from 255) = 8.86%

R = 17.72%
G = 73.42%
B = 8.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#1C740E (or 0x1C740E) is known color: Forest Green. HEX triplet: 1C, 74 and 0E. RGB value is (28,116,14). Sum of RGB (Red+Green+Blue) = 28+116+14=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #1C740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C740E is #E38BF1. Grayscale: #4E4E4E. Windows color (decimal): -14912498 or 947228. OLE color: 947228.

HSL color Cylindrical-coordinate representation of color #1C740E: hue angle of 111.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C740E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 116 14 -
CMYK 0.76 0 0.88 0.55
HSL 111.76º 0.78% 0.25% -
HSV(B) 111.76º 0.88% 0.45% -
XYZ 6.8 12.77 2.52 -
YUV 78.06 91.85 92.29 -
System Red Green Blue C M Y K H S L
Decimal 28 116 14 0.76 0 0.88 0.55 111.76 0.78 0.25
Hex 1C 74 E 4C 0 58 37 70 4E 19
Octal 34 164 16 114 0 130 67 160 116 31
Binary 11100 1110100 1110 1001100 0 1011000 110111 1110000 1001110 11001

Color Harmonies of #1C740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C740E

Black with #1C740E

Text Example


Text Example

White with #1C740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,116,14); }

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

background-color css

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

 a { background-color: rgb(28,116,14); }

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

border-color css

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

 span { border-color: rgb(28,116,14); }

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