#2D683E

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

Shades of Camarone #2D683E

Tints of Camarone #2D683E

Color information

#2D683E (or 0x2D683E) is unknown color: approx Camarone. HEX triplet: 2D, 68 and 3E. RGB value is (45,104,62). Sum of RGB (Red+Green+Blue) = 45+104+62=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #2D683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D683E is #D297C1. Grayscale: #515151. Windows color (decimal): -13801410 or 4089901. OLE color: 4089901.

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

Color convert

RGB4510462-
CMYK0.5700.400.59
HSL137.29º39.6%29.22%-
HSV(B)137.29º56.73%40.78%-
XYZ6.910.816.28-
YUV81.57116.95101.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.33%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=21.33%
G=49.29%
B=29.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45104620.5700.400.59137.2939.629.22
Hex2D683E390283B89281d
Octal551507671050732115035
Binary101101110100011111011100101010001110111000100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,104,62); }

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

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

 a { background-color: rgb(45,104,62); }

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

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

 span { border-color: rgb(45,104,62); }

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