#2B723B

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

Shades of Camarone #2B723B

Tints of Camarone #2B723B

Color information

#2B723B (or 0x2B723B) is unknown color: approx Camarone. HEX triplet: 2B, 72 and 3B. RGB value is (43,114,59). Sum of RGB (Red+Green+Blue) = 43+114+59=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #2B723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B723B is #D48DC4. Grayscale: #565656. Windows color (decimal): -13929925 or 3895851. OLE color: 3895851.

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

Color convert

RGB4311459-
CMYK0.6200.480.55
HSL133.52º45.22%30.78%-
HSV(B)133.52º62.28%44.71%-
XYZ7.812.866.21-
YUV86.5112.4896.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=19.91%
G=52.78%
B=27.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114590.6200.480.55133.5245.2230.78
Hex2B723B3E03037862d1f
Octal531627376060672065537
Binary101011111001011101111111001100001101111000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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