#2C673E

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

Shades of Camarone #2C673E

Tints of Camarone #2C673E

Color information

#2C673E (or 0x2C673E) is unknown color: approx Camarone. HEX triplet: 2C, 67 and 3E. RGB value is (44,103,62). Sum of RGB (Red+Green+Blue) = 44+103+62=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #2C673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C673E is #D398C1. Grayscale: #505050. Windows color (decimal): -13867202 or 4089644. OLE color: 4089644.

HSL color Cylindrical-coordinate representation of color #2C673E: hue angle of 138.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C673E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB4410362-
CMYK0.5700.400.60
HSL138.31º40.14%28.82%-
HSV(B)138.31º57.28%40.39%-
XYZ6.7610.586.24-
YUV80.68117.45101.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.05%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=21.05%
G=49.28%
B=29.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44103620.5700.400.60138.3140.1428.82
Hex2C673E390283C8a281d
Octal541477671050742125035
Binary101100110011111111011100101010001111001000101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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