#1C8500

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

Shades of Green #1C8500

Tints of Green #1C8500

Color information

#1C8500 (or 0x1C8500) is unknown color: approx Green. HEX triplet: 1C, 85 and 00. RGB value is (28,133,0). Sum of RGB (Red+Green+Blue) = 28+133+0=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 133 (52.34% from 255 or 82.61% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8500 is #E37AFF. Grayscale: #565656. Windows color (decimal): -14908160 or 34076. OLE color: 34076.

HSL color Cylindrical-coordinate representation of color #1C8500: hue angle of 107.37º 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 #1C8500 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB281330-
CMYK0.79010.48
HSL107.37º100%26.08%-
HSV(B)107.37º100%52.16%-
XYZ8.8717.022.82-
YUV86.4479.2186.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 133 (52.34% from 255) = 82.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.39%
G=82.61%
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
Decimal2813300.79010.48107.3710026.08
Hex1C8504F064306b641a
Octal34205011701446015314432
Binary111001000010101001111011001001100001101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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