#2B693F

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

Shades of Camarone #2B693F

Tints of Camarone #2B693F

Color information

#2B693F (or 0x2B693F) is unknown color: approx Camarone. HEX triplet: 2B, 69 and 3F. RGB value is (43,105,63). Sum of RGB (Red+Green+Blue) = 43+105+63=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #2B693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B693F is #D496C0. Grayscale: #515151. Windows color (decimal): -13932225 or 4155691. OLE color: 4155691.

HSL color Cylindrical-coordinate representation of color #2B693F: hue angle of 139.35º 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 #2B693F is Cyan = 0.59, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB4310563-
CMYK0.5900.40.59
HSL139.35º41.89%29.02%-
HSV(B)139.35º59.05%41.18%-
XYZ6.9510.986.46-
YUV81.67117.46100.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 63 (25% from 255) = 29.86%
R=20.38%
G=49.76%
B=29.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105630.5900.40.59139.3541.8929.02
Hex2B693F3B0283B8b2a1d
Octal531517773050732135235
Binary101011110100111111111101101010001110111000101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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