#2A6E40

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

Shades of Camarone #2A6E40

Tints of Camarone #2A6E40

Color information

#2A6E40 (or 0x2A6E40) is unknown color: approx Camarone. HEX triplet: 2A, 6E and 40. RGB value is (42,110,64). Sum of RGB (Red+Green+Blue) = 42+110+64=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6E40 is #D591BF. Grayscale: #545454. Windows color (decimal): -13996480 or 4222506. OLE color: 4222506.

HSL color Cylindrical-coordinate representation of color #2A6E40: hue angle of 139.41º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6E40 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB4211064-
CMYK0.6200.420.57
HSL139.41º44.74%29.8%-
HSV(B)139.41º61.82%43.14%-
XYZ7.4612.016.78-
YUV84.42116.4797.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=19.44%
G=50.93%
B=29.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42110640.6200.420.57139.4144.7429.8
Hex2A6E403E02A398b2d1e
Octal5215610076052712135536
Binary1010101101110100000011111001010101110011000101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,110,64); }

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

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

 a { background-color: rgb(42,110,64); }

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

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

 span { border-color: rgb(42,110,64); }

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