#2A673B

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

Shades of Camarone #2A673B

Tints of Camarone #2A673B

Color information

#2A673B (or 0x2A673B) is unknown color: approx Camarone. HEX triplet: 2A, 67 and 3B. RGB value is (42,103,59). Sum of RGB (Red+Green+Blue) = 42+103+59=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #2A673B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A673B is #D598C4. Grayscale: #4F4F4F. Windows color (decimal): -13998277 or 3893034. OLE color: 3893034.

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

Color convert

RGB4210359-
CMYK0.5900.430.60
HSL136.72º42.07%28.43%-
HSV(B)136.72º59.22%40.39%-
XYZ6.5910.515.82-
YUV79.74116.29101.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 103 (40.62% from 255) = 50.49%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=20.59%
G=50.49%
B=28.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42103590.5900.430.60136.7242.0728.43
Hex2A673B3B02B3C892a1c
Octal521477373053742115234
Binary101010110011111101111101101010111111001000100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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