Html Css Color HEX #1C7214 Forest Green

📋 copy color: '#1C7214'

red 28 ◦ green 114 ◦ blue 20

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

Shades of Forest Green #1C7214

Tints of Forest Green #1C7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 70.37%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 17.28%
G = 70.37%
B = 12.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#1C7214 (or 0x1C7214) is known color: Forest Green. HEX triplet: 1C, 72 and 14. RGB value is (28,114,20). Sum of RGB (Red+Green+Blue) = 28+114+20=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7214 is #E38DEB. Grayscale: #4D4D4D. Windows color (decimal): -14913004 or 1339932. OLE color: 1339932.

HSL color Cylindrical-coordinate representation of color #1C7214: hue angle of 114.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C7214 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 114 20 -
CMYK 0.75 0 0.82 0.55
HSL 114.89º 0.7% 0.26% -
HSV(B) 114.89º 0.82% 0.45% -
XYZ 6.62 12.33 2.69 -
YUV 77.57 95.51 92.64 -
System Red Green Blue C M Y K H S L
Decimal 28 114 20 0.75 0 0.82 0.55 114.89 0.7 0.26
Hex 1C 72 14 4B 0 52 37 73 46 1A
Octal 34 162 24 113 0 122 67 163 106 32
Binary 11100 1110010 10100 1001011 0 1010010 110111 1110011 1000110 11010

Color Harmonies of #1C7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7214

Black with #1C7214

Text Example


Text Example

White with #1C7214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,114,20); }

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

background-color css

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

 a { background-color: rgb(28,114,20); }

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

border-color css

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

 span { border-color: rgb(28,114,20); }

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