#1c6b29

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

Shades of Camarone #1C6B29

Tints of Camarone #1C6B29

Color information

#1C6B29 (or 0x1C6B29) is unknown color: approx Camarone. HEX triplet: 1C, 6B and 29. RGB value is (28,107,41). Sum of RGB (Red+Green+Blue) = 28+107+41=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6B29 is #E394D6. Grayscale: #4C4C4C. Windows color (decimal): -14914775 or 2714396. OLE color: 2714396.

HSL color Cylindrical-coordinate representation of color #1C6B29: hue angle of 129.87º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B29 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB2810741-
CMYK0.7400.620.58
HSL129.87º58.52%26.47%-
HSV(B)129.87º73.83%41.96%-
XYZ6.1410.923.88-
YUV75.86108.3393.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 107 (42.19% from 255) = 60.80%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=15.91%
G=60.80%
B=23.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28107410.7400.620.58129.8758.5226.47
Hex1C6B294A03E3A823b1a
Octal3415351112076722027332
Binary111001101011101001100101001111101110101000001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6b29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,41); }

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

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

 a { background-color: rgb(28,107,41); }

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

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

 span { border-color: rgb(28,107,41); }

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