Html Css Color HEX #1C9420 Forest Green

📋 copy color: '#1C9420'

red 28 ◦ green 148 ◦ blue 32

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

Shades of Forest Green #1C9420

Tints of Forest Green #1C9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.15%

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

R = 13.46%
G = 71.15%
B = 15.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#1C9420 (or 0x1C9420) is known color: Forest Green. HEX triplet: 1C, 94 and 20. RGB value is (28,148,32). Sum of RGB (Red+Green+Blue) = 28+148+32=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9420 is #E36BDF. Grayscale: #636363. Windows color (decimal): -14904288 or 2135068. OLE color: 2135068.

HSL color Cylindrical-coordinate representation of color #1C9420: hue angle of 122º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9420 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 32 -
CMYK 0.81 0 0.78 0.42
HSL 122º 0.68% 0.35% -
HSV(B) 122º 0.81% 0.58% -
XYZ 11.33 21.53 4.93 -
YUV 98.9 90.24 77.43 -
System Red Green Blue C M Y K H S L
Decimal 28 148 32 0.81 0 0.78 0.42 122 0.68 0.35
Hex 1C 94 20 51 0 4E 2A 7A 44 23
Octal 34 224 40 121 0 116 52 172 104 43
Binary 11100 10010100 100000 1010001 0 1001110 101010 1111010 1000100 100011

Color Harmonies of #1C9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9420

Black with #1C9420

Text Example


Text Example

White with #1C9420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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