#1C6E2A

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

Shades of Camarone #1C6E2A

Tints of Camarone #1C6E2A

Color information

#1C6E2A (or 0x1C6E2A) is unknown color: approx Camarone. HEX triplet: 1C, 6E and 2A. RGB value is (28,110,42). Sum of RGB (Red+Green+Blue) = 28+110+42=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6E2A is #E391D5. Grayscale: #4D4D4D. Windows color (decimal): -14914006 or 2780700. OLE color: 2780700.

HSL color Cylindrical-coordinate representation of color #1C6E2A: hue angle of 130.24º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E2A is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB2811042-
CMYK0.7500.620.57
HSL130.24º59.42%27.06%-
HSV(B)130.24º74.55%43.14%-
XYZ6.4711.574.08-
YUV77.73107.8392.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 110 (43.36% from 255) = 61.11%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=15.56%
G=61.11%
B=23.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28110420.7500.620.57130.2459.4227.06
Hex1C6E2A4B03E39823b1b
Octal3415652113076712027333
Binary111001101110101010100101101111101110011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,42); }

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

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

 a { background-color: rgb(28,110,42); }

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

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

 span { border-color: rgb(28,110,42); }

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