#47B37A

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

Shades of Ocean Green #47B37A

Tints of Ocean Green #47B37A

Color information

#47B37A (or 0x47B37A) is unknown color: approx Ocean Green. HEX triplet: 47, B3 and 7A. RGB value is (71,179,122). Sum of RGB (Red+Green+Blue) = 71+179+122=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #47B37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B37A is #B84C85. Grayscale: #8C8C8C. Windows color (decimal): -12078214 or 8041287. OLE color: 8041287.

HSL color Cylindrical-coordinate representation of color #47B37A: hue angle of 148.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B37A is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB71179122-
CMYK0.6000.320.30
HSL148.33º43.2%49.02%-
HSV(B)148.33º60.34%70.2%-
XYZ22.2334.9823.99-
YUV140.21117.7278.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 179 (70.31% from 255) = 48.12%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=19.09%
G=48.12%
B=32.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711791220.6000.320.30148.3343.249.02
Hex47B37A3C0201E942b31
Octal10726317274040362245361
Binary100011110110011111101011110001000001111010010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,179,122); }

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

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

 a { background-color: rgb(71,179,122); }

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

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

 span { border-color: rgb(71,179,122); }

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