#2A6F42

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

Shades of Camarone #2A6F42

Tints of Camarone #2A6F42

Color information

#2A6F42 (or 0x2A6F42) is unknown color: approx Camarone. HEX triplet: 2A, 6F and 42. RGB value is (42,111,66). Sum of RGB (Red+Green+Blue) = 42+111+66=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6F42 is #D590BD. Grayscale: #555555. Windows color (decimal): -13996222 or 4353834. OLE color: 4353834.

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

Color convert

RGB4211166-
CMYK0.6200.410.56
HSL140.87º45.1%30%-
HSV(B)140.87º62.16%43.53%-
XYZ7.6212.257.12-
YUV85.24117.1497.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=19.18%
G=50.68%
B=30.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42111660.6200.410.56140.8745.130
Hex2A6F423E029388d2d1e
Octal5215710276051702155536
Binary1010101101111100001011111001010011110001000110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,111,66); }

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

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

 a { background-color: rgb(42,111,66); }

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

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

 span { border-color: rgb(42,111,66); }

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