#1C712B

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

Shades of Camarone #1C712B

Tints of Camarone #1C712B

Color information

#1C712B (or 0x1C712B) is unknown color: approx Camarone. HEX triplet: 1C, 71 and 2B. RGB value is (28,113,43). Sum of RGB (Red+Green+Blue) = 28+113+43=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #1C712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C712B is #E38ED4. Grayscale: #4F4F4F. Windows color (decimal): -14913237 or 2847004. OLE color: 2847004.

HSL color Cylindrical-coordinate representation of color #1C712B: hue angle of 130.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C712B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB2811343-
CMYK0.7500.620.56
HSL130.59º60.28%27.65%-
HSV(B)130.59º75.22%44.31%-
XYZ6.8212.234.29-
YUV79.6107.3491.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=15.22%
G=61.41%
B=23.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28113430.7500.620.56130.5960.2827.65
Hex1C712B4B03E38833c1c
Octal3416153113076702037434
Binary111001110001101011100101101111101110001000001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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