#47A168

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

Shades of Ocean Green #47A168

Tints of Ocean Green #47A168

Color information

#47A168 (or 0x47A168) is unknown color: approx Ocean Green. HEX triplet: 47, A1 and 68. RGB value is (71,161,104). Sum of RGB (Red+Green+Blue) = 71+161+104=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #47A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A168 is #B85E97. Grayscale: #7F7F7F. Windows color (decimal): -12082840 or 6857031. OLE color: 6857031.

HSL color Cylindrical-coordinate representation of color #47A168: hue angle of 142º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A168 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB71161104-
CMYK0.5600.350.37
HSL142º38.79%45.49%-
HSV(B)142º55.9%63.14%-
XYZ17.8427.8317.53-
YUV127.59114.6887.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=21.13%
G=47.92%
B=30.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711611040.5600.350.3714238.7945.49
Hex47A16838023258e272d
Octal10724115070043452164755
Binary1000111101000011101000111000010001110010110001110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,161,104); }

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

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

 a { background-color: rgb(71,161,104); }

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

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

 span { border-color: rgb(71,161,104); }

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