#1C6629

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

Shades of Camarone #1C6629

Tints of Camarone #1C6629

Color information

#1C6629 (or 0x1C6629) is unknown color: approx Camarone. HEX triplet: 1C, 66 and 29. RGB value is (28,102,41). Sum of RGB (Red+Green+Blue) = 28+102+41=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6629 is #E399D6. Grayscale: #494949. Windows color (decimal): -14916055 or 2713116. OLE color: 2713116.

HSL color Cylindrical-coordinate representation of color #1C6629: hue angle of 130.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6629 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB2810241-
CMYK0.7300.600.6
HSL130.54º56.92%25.49%-
HSV(B)130.54º72.55%40%-
XYZ5.639.913.71-
YUV72.92109.9895.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.37%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=16.37%
G=59.65%
B=23.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102410.7300.600.6130.5456.9225.49
Hex1C66294903C3C833919
Octal3414651111074742037131
Binary111001100110101001100100101111001111001000001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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