#2B743F

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

Shades of Camarone #2B743F

Tints of Camarone #2B743F

Color information

#2B743F (or 0x2B743F) is unknown color: approx Camarone. HEX triplet: 2B, 74 and 3F. RGB value is (43,116,63). Sum of RGB (Red+Green+Blue) = 43+116+63=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #2B743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B743F is #D48BC0. Grayscale: #585858. Windows color (decimal): -13929409 or 4158507. OLE color: 4158507.

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

Color convert

RGB4311663-
CMYK0.6300.460.55
HSL136.44º45.91%31.18%-
HSV(B)136.44º62.93%45.49%-
XYZ8.1413.366.85-
YUV88.13113.8295.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 63 (25% from 255) = 28.38%
R=19.37%
G=52.25%
B=28.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116630.6300.460.55136.4445.9131.18
Hex2B743F3F02E37882e1f
Octal531647777056672105637
Binary101011111010011111111111101011101101111000100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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