Html Css Color HEX #1C911C Forest Green

📋 copy color: '#1C911C'

red 28 ◦ green 145 ◦ blue 28

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

Shades of Forest Green #1C911C

Tints of Forest Green #1C911C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 72.14%

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 13.93%
G = 72.14%
B = 13.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#1C911C (or 0x1C911C) is known color: Forest Green. HEX triplet: 1C, 91 and 1C. RGB value is (28,145,28). Sum of RGB (Red+Green+Blue) = 28+145+28=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #1C911C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C911C is #E36EE3. Grayscale: #616161. Windows color (decimal): -14905060 or 1872156. OLE color: 1872156.

HSL color Cylindrical-coordinate representation of color #1C911C: hue angle of 120º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C911C is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 145 28 -
CMYK 0.81 0 0.81 0.43
HSL 120º 0.68% 0.34% -
HSV(B) 120º 0.81% 0.57% -
XYZ 10.81 20.58 4.5 -
YUV 96.68 89.24 79.01 -
System Red Green Blue C M Y K H S L
Decimal 28 145 28 0.81 0 0.81 0.43 120 0.68 0.34
Hex 1C 91 1C 51 0 51 2B 78 44 22
Octal 34 221 34 121 0 121 53 170 104 42
Binary 11100 10010001 11100 1010001 0 1010001 101011 1111000 1000100 100010

Color Harmonies of #1C911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C911C

Black with #1C911C

Text Example


Text Example

White with #1C911C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,145,28); }

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

background-color css

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

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

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

border-color css

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

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

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