Html Css Color HEX #1C9120 Forest Green

📋 copy color: '#1C9120'

red 28 ◦ green 145 ◦ blue 32

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

Shades of Forest Green #1C9120

Tints of Forest Green #1C9120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 13.66%
G = 70.73%
B = 15.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#1C9120 (or 0x1C9120) is known color: Forest Green. HEX triplet: 1C, 91 and 20. RGB value is (28,145,32). Sum of RGB (Red+Green+Blue) = 28+145+32=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9120 is #E36EDF. Grayscale: #616161. Windows color (decimal): -14905056 or 2134300. OLE color: 2134300.

HSL color Cylindrical-coordinate representation of color #1C9120: hue angle of 122.05º 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 #1C9120 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 145 32 -
CMYK 0.81 0 0.78 0.43
HSL 122.05º 0.68% 0.34% -
HSV(B) 122.05º 0.81% 0.57% -
XYZ 10.87 20.6 4.77 -
YUV 97.14 91.24 78.69 -
System Red Green Blue C M Y K H S L
Decimal 28 145 32 0.81 0 0.78 0.43 122.05 0.68 0.34
Hex 1C 91 20 51 0 4E 2B 7A 44 22
Octal 34 221 40 121 0 116 53 172 104 42
Binary 11100 10010001 100000 1010001 0 1001110 101011 1111010 1000100 100010

Color Harmonies of #1C9120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9120

Black with #1C9120

Text Example


Text Example

White with #1C9120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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