#2C6E41

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

Shades of Camarone #2C6E41

Tints of Camarone #2C6E41

Color information

#2C6E41 (or 0x2C6E41) is unknown color: approx Camarone. HEX triplet: 2C, 6E and 41. RGB value is (44,110,65). Sum of RGB (Red+Green+Blue) = 44+110+65=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6E41 is #D391BE. Grayscale: #555555. Windows color (decimal): -13865407 or 4288044. OLE color: 4288044.

HSL color Cylindrical-coordinate representation of color #2C6E41: hue angle of 139.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6E41 is Cyan = 0.6, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB4411065-
CMYK0.600.410.57
HSL139.09º42.86%30.2%-
HSV(B)139.09º60%43.14%-
XYZ7.5712.076.93-
YUV85.14116.6398.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 110 (43.36% from 255) = 50.23%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=20.09%
G=50.23%
B=29.68%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44110650.600.410.57139.0942.8630.2
Hex2C6E413C029398b2b1e
Octal5415610174051712135336
Binary1011001101110100000111110001010011110011000101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,110,65); }

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

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

 a { background-color: rgb(44,110,65); }

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

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

 span { border-color: rgb(44,110,65); }

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