#1C6300

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

Shades of Green #1C6300

Tints of Green #1C6300

Color information

#1C6300 (or 0x1C6300) is unknown color: approx Green. HEX triplet: 1C, 63 and 00. RGB value is (28,99,0). Sum of RGB (Red+Green+Blue) = 28+99+0=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6300 is #E39CFF. Grayscale: #424242. Windows color (decimal): -14916864 or 25372. OLE color: 25372.

HSL color Cylindrical-coordinate representation of color #1C6300: hue angle of 103.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C6300 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB28990-
CMYK0.72010.61
HSL103.03º100%19.41%-
HSV(B)103.03º100%38.82%-
XYZ4.949.171.51-
YUV66.4890.48100.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 99 (39.06% from 255) = 77.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.05%
G=77.95%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal289900.72010.61103.0310019.41
Hex1C630480643D676413
Octal34143011001447514714423
Binary11100110001101001000011001001111011100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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