#1C702E

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

Shades of Camarone #1C702E

Tints of Camarone #1C702E

Color information

#1C702E (or 0x1C702E) is unknown color: approx Camarone. HEX triplet: 1C, 70 and 2E. RGB value is (28,112,46). Sum of RGB (Red+Green+Blue) = 28+112+46=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #1C702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C702E is #E38FD1. Grayscale: #4F4F4F. Windows color (decimal): -14913490 or 3043356. OLE color: 3043356.

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

Color convert

RGB2811246-
CMYK0.7500.590.56
HSL132.86º60%27.45%-
HSV(B)132.86º75%43.92%-
XYZ6.7712.034.55-
YUV79.36109.1791.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.05%
GREEN value IS 112 (44.14% from 255) = 60.22%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=15.05%
G=60.22%
B=24.73%

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
Decimal28112460.7500.590.56132.866027.45
Hex1C702E4B03B38853c1b
Octal3416056113073702057433
Binary111001110000101110100101101110111110001000010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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