#1C6D2A

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

Shades of Camarone #1C6D2A

Tints of Camarone #1C6D2A

Color information

#1C6D2A (or 0x1C6D2A) is unknown color: approx Camarone. HEX triplet: 1C, 6D and 2A. RGB value is (28,109,42). Sum of RGB (Red+Green+Blue) = 28+109+42=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #1C6D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6D2A is #E392D5. Grayscale: #4D4D4D. Windows color (decimal): -14914262 or 2780444. OLE color: 2780444.

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

Color convert

RGB2810942-
CMYK0.7400.610.57
HSL130.37º59.12%26.86%-
HSV(B)130.37º74.31%42.75%-
XYZ6.3711.354.05-
YUV77.14108.1692.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.64%
GREEN value IS 109 (42.97% from 255) = 60.89%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=15.64%
G=60.89%
B=23.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28109420.7400.610.57130.3759.1226.86
Hex1C6D2A4A03D39823b1b
Octal3415552112075712027333
Binary111001101101101010100101001111011110011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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