#2F6E42

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

Shades of Camarone #2F6E42

Tints of Camarone #2F6E42

Color information

#2F6E42 (or 0x2F6E42) is unknown color: approx Camarone. HEX triplet: 2F, 6E and 42. RGB value is (47,110,66). Sum of RGB (Red+Green+Blue) = 47+110+66=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E42 is #D091BD. Grayscale: #565656. Windows color (decimal): -13668798 or 4353583. OLE color: 4353583.

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

Color convert

RGB4711066-
CMYK0.5700.40.57
HSL138.1º40.13%30.78%-
HSV(B)138.1º57.27%43.14%-
XYZ7.7312.157.09-
YUV86.15116.63100.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=21.08%
G=49.33%
B=29.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110660.5700.40.57138.140.1330.78
Hex2F6E4239028398a281f
Octal5715610271050712125037
Binary1011111101110100001011100101010001110011000101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,66); }

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

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

 a { background-color: rgb(47,110,66); }

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

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

 span { border-color: rgb(47,110,66); }

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