#47A26D

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

Shades of Ocean Green #47A26D

Tints of Ocean Green #47A26D

Color information

#47A26D (or 0x47A26D) is unknown color: approx Ocean Green. HEX triplet: 47, A2 and 6D. RGB value is (71,162,109). Sum of RGB (Red+Green+Blue) = 71+162+109=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #47A26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A26D is #B85D92. Grayscale: #808080. Windows color (decimal): -12082579 or 7184967. OLE color: 7184967.

HSL color Cylindrical-coordinate representation of color #47A26D: hue angle of 145.05º 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 #47A26D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB71162109-
CMYK0.5600.330.36
HSL145.05º39.06%45.69%-
HSV(B)145.05º56.17%63.53%-
XYZ18.2828.2818.96-
YUV128.75116.8586.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=20.76%
G=47.37%
B=31.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711621090.5600.330.36145.0539.0645.69
Hex47A26D380212491272e
Octal10724215570041442214756
Binary1000111101000101101101111000010000110010010010001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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