#47B17A

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

Shades of Ocean Green #47B17A

Tints of Ocean Green #47B17A

Color information

#47B17A (or 0x47B17A) is unknown color: approx Ocean Green. HEX triplet: 47, B1 and 7A. RGB value is (71,177,122). Sum of RGB (Red+Green+Blue) = 71+177+122=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #47B17A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B17A is #B84E85. Grayscale: #8B8B8B. Windows color (decimal): -12078726 or 8040775. OLE color: 8040775.

HSL color Cylindrical-coordinate representation of color #47B17A: hue angle of 148.87º 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 #47B17A is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB71177122-
CMYK0.6000.310.31
HSL148.87º42.74%48.63%-
HSV(B)148.87º59.89%69.41%-
XYZ21.8334.1923.86-
YUV139.04118.3879.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=19.19%
G=47.84%
B=32.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771220.6000.310.31148.8742.7448.63
Hex47B17A3C01F1F952b31
Octal10726117274037372255361
Binary10001111011000111110101111000111111111110010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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