#2F703F

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

Shades of Camarone #2F703F

Tints of Camarone #2F703F

Color information

#2F703F (or 0x2F703F) is unknown color: approx Camarone. HEX triplet: 2F, 70 and 3F. RGB value is (47,112,63). Sum of RGB (Red+Green+Blue) = 47+112+63=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #2F703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F703F is #D08FC0. Grayscale: #575757. Windows color (decimal): -13668289 or 4157487. OLE color: 4157487.

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

Color convert

RGB4711263-
CMYK0.5800.440.56
HSL134.77º40.88%31.18%-
HSV(B)134.77º58.04%43.92%-
XYZ7.8612.556.71-
YUV86.98114.4799.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 63 (25% from 255) = 28.38%
R=21.17%
G=50.45%
B=28.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47112630.5800.440.56134.7740.8831.18
Hex2F703F3A02C3887291f
Octal571607772054702075137
Binary101111111000011111111101001011001110001000011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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