Html Css Color HEX #1C9128 Forest Green

📋 copy color: '#1C9128'

red 28 ◦ green 145 ◦ blue 40

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

Shades of Forest Green #1C9128

Tints of Forest Green #1C9128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 13.15%
G = 68.08%
B = 18.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#1C9128 (or 0x1C9128) is known color: Forest Green. HEX triplet: 1C, 91 and 28. RGB value is (28,145,40). Sum of RGB (Red+Green+Blue) = 28+145+40=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9128 is #E36ED7. Grayscale: #626262. Windows color (decimal): -14905048 or 2658588. OLE color: 2658588.

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

Color convert

RGB 28 145 40 -
CMYK 0.81 0 0.72 0.43
HSL 126.15º 0.68% 0.34% -
HSV(B) 126.15º 0.81% 0.57% -
XYZ 10.99 20.65 5.41 -
YUV 98.05 95.24 78.04 -
System Red Green Blue C M Y K H S L
Decimal 28 145 40 0.81 0 0.72 0.43 126.15 0.68 0.34
Hex 1C 91 28 51 0 48 2B 7E 44 22
Octal 34 221 50 121 0 110 53 176 104 42
Binary 11100 10010001 101000 1010001 0 1001000 101011 1111110 1000100 100010

Color Harmonies of #1C9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9128

Black with #1C9128

Text Example


Text Example

White with #1C9128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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