Html Css Color HEX #1C7212 Forest Green

📋 copy color: '#1C7212'

red 28 ◦ green 114 ◦ blue 18

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

Shades of Forest Green #1C7212

Tints of Forest Green #1C7212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 17.5%
G = 71.25%
B = 11.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#1C7212 (or 0x1C7212) is known color: Forest Green. HEX triplet: 1C, 72 and 12. RGB value is (28,114,18). Sum of RGB (Red+Green+Blue) = 28+114+18=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7212 is #E38DED. Grayscale: #4D4D4D. Windows color (decimal): -14913006 or 1208860. OLE color: 1208860.

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

Color convert

RGB 28 114 18 -
CMYK 0.75 0 0.84 0.55
HSL 113.75º 0.73% 0.26% -
HSV(B) 113.75º 0.84% 0.45% -
XYZ 6.61 12.33 2.6 -
YUV 77.34 94.51 92.81 -
System Red Green Blue C M Y K H S L
Decimal 28 114 18 0.75 0 0.84 0.55 113.75 0.73 0.26
Hex 1C 72 12 4B 0 54 37 72 49 1A
Octal 34 162 22 113 0 124 67 162 111 32
Binary 11100 1110010 10010 1001011 0 1010100 110111 1110010 1001001 11010

Color Harmonies of #1C7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7212

Black with #1C7212

Text Example


Text Example

White with #1C7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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