#1C672A

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

Shades of Camarone #1C672A

Tints of Camarone #1C672A

Color information

#1C672A (or 0x1C672A) is unknown color: approx Camarone. HEX triplet: 1C, 67 and 2A. RGB value is (28,103,42). Sum of RGB (Red+Green+Blue) = 28+103+42=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #1C672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C672A is #E398D5. Grayscale: #494949. Windows color (decimal): -14915798 or 2778908. OLE color: 2778908.

HSL color Cylindrical-coordinate representation of color #1C672A: hue angle of 131.2º 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 #1C672A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB2810342-
CMYK0.7300.590.60
HSL131.2º57.25%25.69%-
HSV(B)131.2º72.82%40.39%-
XYZ5.7510.113.84-
YUV73.62110.1595.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 103 (40.62% from 255) = 59.54%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=16.18%
G=59.54%
B=24.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28103420.7300.590.60131.257.2525.69
Hex1C672A4903B3C83391a
Octal3414752111073742037132
Binary111001100111101010100100101110111111001000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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