#1C712E

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

Shades of Camarone #1C712E

Tints of Camarone #1C712E

Color information

#1C712E (or 0x1C712E) is unknown color: approx Camarone. HEX triplet: 1C, 71 and 2E. RGB value is (28,113,46). Sum of RGB (Red+Green+Blue) = 28+113+46=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #1C712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C712E is #E38ED1. Grayscale: #505050. Windows color (decimal): -14913234 or 3043612. OLE color: 3043612.

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

Color convert

RGB2811346-
CMYK0.7500.590.56
HSL132.71º60.28%27.65%-
HSV(B)132.71º75.22%44.31%-
XYZ6.8812.254.59-
YUV79.95108.8490.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=14.97%
G=60.43%
B=24.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28113460.7500.590.56132.7160.2827.65
Hex1C712E4B03B38853c1c
Octal3416156113073702057434
Binary111001110001101110100101101110111110001000010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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