#2C743E

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

Shades of Camarone #2C743E

Tints of Camarone #2C743E

Color information

#2C743E (or 0x2C743E) is unknown color: approx Camarone. HEX triplet: 2C, 74 and 3E. RGB value is (44,116,62). Sum of RGB (Red+Green+Blue) = 44+116+62=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #2C743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C743E is #D38BC1. Grayscale: #585858. Windows color (decimal): -13863874 or 4092972. OLE color: 4092972.

HSL color Cylindrical-coordinate representation of color #2C743E: hue angle of 135º 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 #2C743E is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB4411662-
CMYK0.6200.470.55
HSL135º45%31.37%-
HSV(B)135º62.07%45.49%-
XYZ8.1513.376.71-
YUV88.32113.1596.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=19.82%
G=52.25%
B=27.93%

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
Decimal44116620.6200.470.551354531.37
Hex2C743E3E02F37872d1f
Octal541647676057672075537
Binary101100111010011111011111001011111101111000011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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