#2A743C

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

Shades of Camarone #2A743C

Tints of Camarone #2A743C

Color information

#2A743C (or 0x2A743C) is unknown color: approx Camarone. HEX triplet: 2A, 74 and 3C. RGB value is (42,116,60). Sum of RGB (Red+Green+Blue) = 42+116+60=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #2A743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A743C is #D58BC3. Grayscale: #575757. Windows color (decimal): -13994948 or 3961898. OLE color: 3961898.

HSL color Cylindrical-coordinate representation of color #2A743C: hue angle of 134.59º 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 #2A743C is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB4211660-
CMYK0.6400.480.55
HSL134.59º46.84%30.98%-
HSV(B)134.59º63.79%45.49%-
XYZ8.0213.316.42-
YUV87.49112.4895.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 116 (45.70% from 255) = 53.21%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=19.27%
G=53.21%
B=27.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42116600.6400.480.55134.5946.8430.98
Hex2A743C4003037872f1f
Octal5216474100060672075737
Binary1010101110100111100100000001100001101111000011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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