Html Css Color HEX #1C9028 Forest Green

📋 copy color: '#1C9028'

red 28 ◦ green 144 ◦ blue 40

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

Shades of Forest Green #1C9028

Tints of Forest Green #1C9028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.92%

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

R = 13.21%
G = 67.92%
B = 18.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#1C9028 (or 0x1C9028) is known color: Forest Green. HEX triplet: 1C, 90 and 28. RGB value is (28,144,40). Sum of RGB (Red+Green+Blue) = 28+144+40=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #1C9028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9028 is #E36FD7. Grayscale: #616161. Windows color (decimal): -14905304 or 2658332. OLE color: 2658332.

HSL color Cylindrical-coordinate representation of color #1C9028: hue angle of 126.21º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9028 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 144 40 -
CMYK 0.81 0 0.72 0.44
HSL 126.21º 0.67% 0.34% -
HSV(B) 126.21º 0.81% 0.56% -
XYZ 10.84 20.35 5.36 -
YUV 97.46 95.57 78.46 -
System Red Green Blue C M Y K H S L
Decimal 28 144 40 0.81 0 0.72 0.44 126.21 0.67 0.34
Hex 1C 90 28 51 0 48 2C 7E 43 22
Octal 34 220 50 121 0 110 54 176 103 42
Binary 11100 10010000 101000 1010001 0 1001000 101100 1111110 1000011 100010

Color Harmonies of #1C9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9028

Black with #1C9028

Text Example


Text Example

White with #1C9028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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