#47A27B

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

Shades of Ocean Green #47A27B

Tints of Ocean Green #47A27B

Color information

#47A27B (or 0x47A27B) is unknown color: approx Ocean Green. HEX triplet: 47, A2 and 7B. RGB value is (71,162,123). Sum of RGB (Red+Green+Blue) = 71+162+123=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #47A27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A27B is #B85D84. Grayscale: #828282. Windows color (decimal): -12082565 or 8102471. OLE color: 8102471.

HSL color Cylindrical-coordinate representation of color #47A27B: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A27B is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB71162123-
CMYK0.5600.240.36
HSL154.29º39.06%45.69%-
HSV(B)154.29º56.17%63.53%-
XYZ19.0928.6123.25-
YUV130.34123.8585.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=19.94%
G=45.51%
B=34.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711621230.5600.240.36154.2939.0645.69
Hex47A27B38018249a272e
Octal10724217370030442324756
Binary100011110100010111101111100001100010010010011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,162,123); }

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

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

 a { background-color: rgb(71,162,123); }

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

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

 span { border-color: rgb(71,162,123); }

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