#2F6D3F

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

Shades of Camarone #2F6D3F

Tints of Camarone #2F6D3F

Color information

#2F6D3F (or 0x2F6D3F) is unknown color: approx Camarone. HEX triplet: 2F, 6D and 3F. RGB value is (47,109,63). Sum of RGB (Red+Green+Blue) = 47+109+63=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #2F6D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6D3F is #D092C0. Grayscale: #555555. Windows color (decimal): -13669057 or 4156719. OLE color: 4156719.

HSL color Cylindrical-coordinate representation of color #2F6D3F: hue angle of 135.48º 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 #2F6D3F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB4710963-
CMYK0.5700.420.57
HSL135.48º39.74%30.59%-
HSV(B)135.48º56.88%42.75%-
XYZ7.5411.96.6-
YUV85.22115.46100.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 109 (42.97% from 255) = 49.77%
BLUE value IS 63 (25% from 255) = 28.77%
R=21.46%
G=49.77%
B=28.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47109630.5700.420.57135.4839.7430.59
Hex2F6D3F3902A3987281f
Octal571557771052712075037
Binary101111110110111111111100101010101110011000011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,109,63); }

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

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

 a { background-color: rgb(47,109,63); }

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

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

 span { border-color: rgb(47,109,63); }

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