#2B693D

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

Shades of Camarone #2B693D

Tints of Camarone #2B693D

Color information

#2B693D (or 0x2B693D) is unknown color: approx Camarone. HEX triplet: 2B, 69 and 3D. RGB value is (43,105,61). Sum of RGB (Red+Green+Blue) = 43+105+61=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #2B693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B693D is #D496C2. Grayscale: #515151. Windows color (decimal): -13932227 or 4024619. OLE color: 4024619.

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

Color convert

RGB4310561-
CMYK0.5900.420.59
HSL137.42º41.89%29.02%-
HSV(B)137.42º59.05%41.18%-
XYZ6.8910.956.17-
YUV81.45116.46100.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=20.57%
G=50.24%
B=29.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105610.5900.420.59137.4241.8929.02
Hex2B693D3B02A3B892a1d
Octal531517573052732115235
Binary101011110100111110111101101010101110111000100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,61); }

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

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

 a { background-color: rgb(43,105,61); }

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

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

 span { border-color: rgb(43,105,61); }

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