#47B07F

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

Shades of Ocean Green #47B07F

Tints of Ocean Green #47B07F

Color information

#47B07F (or 0x47B07F) is unknown color: approx Ocean Green. HEX triplet: 47, B0 and 7F. RGB value is (71,176,127). Sum of RGB (Red+Green+Blue) = 71+176+127=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #47B07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B07F is #B84F80. Grayscale: #8B8B8B. Windows color (decimal): -12078977 or 8368199. OLE color: 8368199.

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

Color convert

RGB71176127-
CMYK0.6000.280.31
HSL152º42.51%48.43%-
HSV(B)152º59.66%69.02%-
XYZ21.9533.9225.47-
YUV139.02121.2179.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 127 (50% from 255) = 33.96%
R=18.98%
G=47.06%
B=33.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711761270.6000.280.3115242.5148.43
Hex47B07F3C01C1F982b30
Octal10726017774034372305360
Binary10001111011000011111111111000111001111110011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,176,127); }

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

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

 a { background-color: rgb(71,176,127); }

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

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

 span { border-color: rgb(71,176,127); }

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