#1C6C2B

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

Shades of Camarone #1C6C2B

Tints of Camarone #1C6C2B

Color information

#1C6C2B (or 0x1C6C2B) is unknown color: approx Camarone. HEX triplet: 1C, 6C and 2B. RGB value is (28,108,43). Sum of RGB (Red+Green+Blue) = 28+108+43=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6C2B is #E393D4. Grayscale: #4C4C4C. Windows color (decimal): -14914517 or 2845724. OLE color: 2845724.

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

Color convert

RGB2810843-
CMYK0.7400.600.58
HSL131.25º58.82%26.67%-
HSV(B)131.25º74.07%42.35%-
XYZ6.2811.154.11-
YUV76.6710993.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.64%
GREEN value IS 108 (42.58% from 255) = 60.34%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=15.64%
G=60.34%
B=24.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28108430.7400.600.58131.2558.8226.67
Hex1C6C2B4A03C3A833b1b
Octal3415453112074722037333
Binary111001101100101011100101001111001110101000001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,108,43); }

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

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

 a { background-color: rgb(28,108,43); }

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

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

 span { border-color: rgb(28,108,43); }

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