#47AF7D

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

Shades of Ocean Green #47AF7D

Tints of Ocean Green #47AF7D

Color information

#47AF7D (or 0x47AF7D) is unknown color: approx Ocean Green. HEX triplet: 47, AF and 7D. RGB value is (71,175,125). Sum of RGB (Red+Green+Blue) = 71+175+125=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF7D is #B85082. Grayscale: #8A8A8A. Windows color (decimal): -12079235 or 8236871. OLE color: 8236871.

HSL color Cylindrical-coordinate representation of color #47AF7D: hue angle of 151.15º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF7D is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB71175125-
CMYK0.5900.290.31
HSL151.15º42.28%48.24%-
HSV(B)151.15º59.43%68.63%-
XYZ21.6333.4824.72-
YUV138.2120.5480.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=19.14%
G=47.17%
B=33.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711751250.5900.290.31151.1542.2848.24
Hex47AF7D3B01D1F972a30
Octal10725717573035372275260
Binary10001111010111111111011110110111011111110010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,175,125); }

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

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

 a { background-color: rgb(71,175,125); }

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

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

 span { border-color: rgb(71,175,125); }

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