#2B7042

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

Shades of Camarone #2B7042

Tints of Camarone #2B7042

Color information

#2B7042 (or 0x2B7042) is unknown color: approx Camarone. HEX triplet: 2B, 70 and 42. RGB value is (43,112,66). Sum of RGB (Red+Green+Blue) = 43+112+66=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7042 is #D48FBD. Grayscale: #565656. Windows color (decimal): -13930430 or 4354091. OLE color: 4354091.

HSL color Cylindrical-coordinate representation of color #2B7042: hue angle of 140º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7042 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB4311266-
CMYK0.6200.410.56
HSL140º44.52%30.39%-
HSV(B)140º61.61%43.92%-
XYZ7.7712.57.16-
YUV86.12116.6497.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=19.46%
G=50.68%
B=29.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43112660.6200.410.5614044.5230.39
Hex2B70423E029388c2d1e
Octal5316010276051702145536
Binary1010111110000100001011111001010011110001000110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,66); }

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

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

 a { background-color: rgb(43,112,66); }

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

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

 span { border-color: rgb(43,112,66); }

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