#2C743D

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

Shades of Camarone #2C743D

Tints of Camarone #2C743D

Color information

#2C743D (or 0x2C743D) is unknown color: approx Camarone. HEX triplet: 2C, 74 and 3D. RGB value is (44,116,61). Sum of RGB (Red+Green+Blue) = 44+116+61=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #2C743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C743D is #D38BC2. Grayscale: #585858. Windows color (decimal): -13863875 or 4027436. OLE color: 4027436.

HSL color Cylindrical-coordinate representation of color #2C743D: hue angle of 134.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C743D is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB4411661-
CMYK0.6200.470.55
HSL134.17º45%31.37%-
HSV(B)134.17º62.07%45.49%-
XYZ8.1313.366.57-
YUV88.2112.6596.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=19.91%
G=52.49%
B=27.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116610.6200.470.55134.174531.37
Hex2C743D3E02F37862d1f
Octal541647576057672065537
Binary101100111010011110111111001011111101111000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C743D; }

 p { color: rgb(44,116,61); }

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

<style>
 a { background-color: #2C743D; }

 a { background-color: rgb(44,116,61); }

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

<style>
 span { border-color: #2C743D; }

 span { border-color: rgb(44,116,61); }

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