#2A7241

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

Shades of Camarone #2A7241

Tints of Camarone #2A7241

Color information

#2A7241 (or 0x2A7241) is unknown color: approx Camarone. HEX triplet: 2A, 72 and 41. RGB value is (42,114,65). Sum of RGB (Red+Green+Blue) = 42+114+65=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7241 is #D58DBE. Grayscale: #575757. Windows color (decimal): -13995455 or 4289066. OLE color: 4289066.

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

Color convert

RGB4211465-
CMYK0.6300.430.55
HSL139.17º46.15%30.59%-
HSV(B)139.17º63.16%44.71%-
XYZ7.9312.917.07-
YUV86.89115.6595.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=19.00%
G=51.58%
B=29.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114650.6300.430.55139.1746.1530.59
Hex2A72413F02B378b2e1f
Octal5216210177053672135637
Binary1010101110010100000111111101010111101111000101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,114,65); }

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

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

 a { background-color: rgb(42,114,65); }

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

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

 span { border-color: rgb(42,114,65); }

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