#47a96b

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

Shades of Ocean Green #47A96B

Tints of Ocean Green #47A96B

Color information

#47A96B (or 0x47A96B) is unknown color: approx Ocean Green. HEX triplet: 47, A9 and 6B. RGB value is (71,169,107). Sum of RGB (Red+Green+Blue) = 71+169+107=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #47A96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A96B is #B85694. Grayscale: #848484. Windows color (decimal): -12080789 or 7055687. OLE color: 7055687.

HSL color Cylindrical-coordinate representation of color #47A96B: hue angle of 142.04º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A96B is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB71169107-
CMYK0.5800.370.34
HSL142.04º40.83%47.06%-
HSV(B)142.04º57.99%66.27%-
XYZ19.4430.7818.83-
YUV132.63113.5384.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=20.46%
G=48.70%
B=30.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711691070.5800.370.34142.0440.8347.06
Hex47A96B3A025228e292f
Octal10725115372045422165157
Binary1000111101010011101011111010010010110001010001110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47a96b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,169,107); }

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

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

 a { background-color: rgb(71,169,107); }

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

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

 span { border-color: rgb(71,169,107); }

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