#47B172

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

Shades of Ocean Green #47B172

Tints of Ocean Green #47B172

Color information

#47B172 (or 0x47B172) is unknown color: approx Ocean Green. HEX triplet: 47, B1 and 72. RGB value is (71,177,114). Sum of RGB (Red+Green+Blue) = 71+177+114=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #47B172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B172 is #B84E8D. Grayscale: #8A8A8A. Windows color (decimal): -12078734 or 7516487. OLE color: 7516487.

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

Color convert

RGB71177114-
CMYK0.6000.360.31
HSL144.34º42.74%48.63%-
HSV(B)144.34º59.89%69.41%-
XYZ21.363421.36-
YUV138.12114.3880.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=19.61%
G=48.90%
B=31.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771140.6000.360.31144.3442.7448.63
Hex47B1723C0241F902b31
Octal10726116274044372205361
Binary100011110110001111001011110001001001111110010000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,114); }

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

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

 a { background-color: rgb(71,177,114); }

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

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

 span { border-color: rgb(71,177,114); }

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