#47A06E

Color #47A06E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #47A06E

Tints of Ocean Green #47A06E

Color information

#47A06E (or 0x47A06E) is unknown color: approx Ocean Green. HEX triplet: 47, A0 and 6E. RGB value is (71,160,110). Sum of RGB (Red+Green+Blue) = 71+160+110=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #47A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A06E is #B85F91. Grayscale: #7F7F7F. Windows color (decimal): -12083090 or 7249991. OLE color: 7249991.

HSL color Cylindrical-coordinate representation of color #47A06E: hue angle of 146.29º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A06E is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB71160110-
CMYK0.5600.310.37
HSL146.29º38.53%45.29%-
HSV(B)146.29º55.62%62.75%-
XYZ17.9827.6119.13-
YUV127.69118.0187.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=20.82%
G=46.92%
B=32.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711601100.5600.310.37146.2938.5345.29
Hex47A06E3801F2592272d
Octal10724015670037452224755
Binary100011110100000110111011100001111110010110010010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A06E; }

 p { color: rgb(71,160,110); }

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

<style>
 a { background-color: #47A06E; }

 a { background-color: rgb(71,160,110); }

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

<style>
 span { border-color: #47A06E; }

 span { border-color: rgb(71,160,110); }

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