#2A743F

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

Shades of Camarone #2A743F

Tints of Camarone #2A743F

Color information

#2A743F (or 0x2A743F) is unknown color: approx Camarone. HEX triplet: 2A, 74 and 3F. RGB value is (42,116,63). Sum of RGB (Red+Green+Blue) = 42+116+63=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #2A743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A743F is #D58BC0. Grayscale: #575757. Windows color (decimal): -13994945 or 4158506. OLE color: 4158506.

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

Color convert

RGB4211663-
CMYK0.6400.460.55
HSL137.03º46.84%30.98%-
HSV(B)137.03º63.79%45.49%-
XYZ8.113.346.85-
YUV87.83113.9895.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 63 (25% from 255) = 28.51%
R=19.00%
G=52.49%
B=28.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42116630.6400.460.55137.0346.8430.98
Hex2A743F4002E37892f1f
Octal5216477100056672115737
Binary1010101110100111111100000001011101101111000100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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