#247F40

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

Shades of Camarone #247F40

Tints of Camarone #247F40

Color information

#247F40 (or 0x247F40) is unknown color: approx Camarone. HEX triplet: 24, 7F and 40. RGB value is (36,127,64). Sum of RGB (Red+Green+Blue) = 36+127+64=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #247F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247F40 is #DB80BF. Grayscale: #5C5C5C. Windows color (decimal): -14385344 or 4226852. OLE color: 4226852.

HSL color Cylindrical-coordinate representation of color #247F40: hue angle of 138.46º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F40 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB3612764-
CMYK0.7200.500.50
HSL138.46º55.83%31.96%-
HSV(B)138.46º71.65%49.8%-
XYZ9.2415.927.44-
YUV92.61111.8587.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=15.86%
G=55.95%
B=28.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36127640.7200.500.50138.4655.8331.96
Hex247F4048032328a3820
Octal44177100110062622127040
Binary100100111111110000001001000011001011001010001010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247F40; }

 p { color: rgb(36,127,64); }

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

<style>
 a { background-color: #247F40; }

 a { background-color: rgb(36,127,64); }

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

<style>
 span { border-color: #247F40; }

 span { border-color: rgb(36,127,64); }

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