#1C8400

Color #1C8400 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1C8400

Tints of Green #1C8400

Color information

#1C8400 (or 0x1C8400) is unknown color: approx Green. HEX triplet: 1C, 84 and 00. RGB value is (28,132,0). Sum of RGB (Red+Green+Blue) = 28+132+0=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 132 (51.95% from 255 or 82.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 132 - color contains mainly: green. Hex color #1C8400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8400 is #E37BFF. Grayscale: #565656. Windows color (decimal): -14908416 or 33820. OLE color: 33820.

HSL color Cylindrical-coordinate representation of color #1C8400: hue angle of 107.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C8400 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB281320-
CMYK0.79010.48
HSL107.27º100%25.88%-
HSV(B)107.27º100%51.76%-
XYZ8.7316.752.77-
YUV85.8679.5486.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.5%
GREEN value IS 132 (51.95% from 255) = 82.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.5%
G=82.5%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2813200.79010.48107.2710025.88
Hex1C8404F064306b641a
Octal34204011701446015314432
Binary111001000010001001111011001001100001101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,132,0); }

 H1.HeaderClassName
 {
   color: #1C8400;
 }
 .AnyTagClassName
 {
   color: #1C8400;
 }
</style>
background-color css

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

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

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

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

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

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