#2B713F

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

Shades of Camarone #2B713F

Tints of Camarone #2B713F

Color information

#2B713F (or 0x2B713F) is unknown color: approx Camarone. HEX triplet: 2B, 71 and 3F. RGB value is (43,113,63). Sum of RGB (Red+Green+Blue) = 43+113+63=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #2B713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B713F is #D48EC0. Grayscale: #565656. Windows color (decimal): -13930177 or 4157739. OLE color: 4157739.

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

Color convert

RGB4311363-
CMYK0.6200.440.56
HSL137.14º44.87%30.59%-
HSV(B)137.14º61.95%44.31%-
XYZ7.812.686.74-
YUV86.37114.8197.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 63 (25% from 255) = 28.77%
R=19.63%
G=51.60%
B=28.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113630.6200.440.56137.1444.8730.59
Hex2B713F3E02C38892d1f
Octal531617776054702115537
Binary101011111000111111111111001011001110001000100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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