#2C683F

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

Shades of Camarone #2C683F

Tints of Camarone #2C683F

Color information

#2C683F (or 0x2C683F) is unknown color: approx Camarone. HEX triplet: 2C, 68 and 3F. RGB value is (44,104,63). Sum of RGB (Red+Green+Blue) = 44+104+63=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #2C683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C683F is #D397C0. Grayscale: #515151. Windows color (decimal): -13866945 or 4155436. OLE color: 4155436.

HSL color Cylindrical-coordinate representation of color #2C683F: hue angle of 139º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C683F is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB4410463-
CMYK0.5800.390.59
HSL139º40.54%29.02%-
HSV(B)139º57.69%40.78%-
XYZ6.8910.796.42-
YUV81.39117.62101.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 63 (25% from 255) = 29.86%
R=20.85%
G=49.29%
B=29.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104630.5800.390.5913940.5429.02
Hex2C683F3A0273B8b291d
Octal541507772047732135135
Binary101100110100011111111101001001111110111000101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,63); }

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

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

 a { background-color: rgb(44,104,63); }

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

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

 span { border-color: rgb(44,104,63); }

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