#2B673B

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

Shades of Camarone #2B673B

Tints of Camarone #2B673B

Color information

#2B673B (or 0x2B673B) is unknown color: approx Camarone. HEX triplet: 2B, 67 and 3B. RGB value is (43,103,59). Sum of RGB (Red+Green+Blue) = 43+103+59=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #2B673B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B673B is #D498C4. Grayscale: #505050. Windows color (decimal): -13932741 or 3893035. OLE color: 3893035.

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

Color convert

RGB4310359-
CMYK0.5800.430.60
HSL136º41.1%28.63%-
HSV(B)136º58.25%40.39%-
XYZ6.6410.535.82-
YUV80.04116.12101.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=20.98%
G=50.24%
B=28.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43103590.5800.430.6013641.128.63
Hex2B673B3A02B3C88291d
Octal531477372053742105135
Binary101011110011111101111101001010111111001000100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,59); }

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

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

 a { background-color: rgb(43,103,59); }

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

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

 span { border-color: rgb(43,103,59); }

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