#2F6A40

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

Shades of Camarone #2F6A40

Tints of Camarone #2F6A40

Color information

#2F6A40 (or 0x2F6A40) is unknown color: approx Camarone. HEX triplet: 2F, 6A and 40. RGB value is (47,106,64). Sum of RGB (Red+Green+Blue) = 47+106+64=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #2F6A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6A40 is #D095BF. Grayscale: #535353. Windows color (decimal): -13669824 or 4221487. OLE color: 4221487.

HSL color Cylindrical-coordinate representation of color #2F6A40: hue angle of 137.29º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6A40 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB4710664-
CMYK0.5600.400.58
HSL137.29º38.56%30%-
HSV(B)137.29º55.66%41.57%-
XYZ7.2511.286.65-
YUV83.57116.95101.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.66%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=21.66%
G=48.85%
B=29.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47106640.5600.400.58137.2938.5630
Hex2F6A40380283A89271e
Octal5715210070050722114736
Binary1011111101010100000011100001010001110101000100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,106,64); }

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

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

 a { background-color: rgb(47,106,64); }

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

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

 span { border-color: rgb(47,106,64); }

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