#1C672E

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

Shades of Camarone #1C672E

Tints of Camarone #1C672E

Color information

#1C672E (or 0x1C672E) is unknown color: approx Camarone. HEX triplet: 1C, 67 and 2E. RGB value is (28,103,46). Sum of RGB (Red+Green+Blue) = 28+103+46=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #1C672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C672E is #E398D1. Grayscale: #4A4A4A. Windows color (decimal): -14915794 or 3041052. OLE color: 3041052.

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

Color convert

RGB2810346-
CMYK0.7300.550.60
HSL134.4º57.25%25.69%-
HSV(B)134.4º72.82%40.39%-
XYZ5.8210.144.24-
YUV74.08112.1595.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.82%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=15.82%
G=58.19%
B=25.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28103460.7300.550.60134.457.2525.69
Hex1C672E490373C86391a
Octal3414756111067742067132
Binary111001100111101110100100101101111111001000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,103,46); }

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

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

 a { background-color: rgb(28,103,46); }

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

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

 span { border-color: rgb(28,103,46); }

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