#47B370

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

Shades of Ocean Green #47B370

Tints of Ocean Green #47B370

Color information

#47B370 (or 0x47B370) is unknown color: approx Ocean Green. HEX triplet: 47, B3 and 70. RGB value is (71,179,112). Sum of RGB (Red+Green+Blue) = 71+179+112=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #47B370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B370 is #B84C8F. Grayscale: #8B8B8B. Windows color (decimal): -12078224 or 7385927. OLE color: 7385927.

HSL color Cylindrical-coordinate representation of color #47B370: hue angle of 142.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B370 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB71179112-
CMYK0.6000.370.30
HSL142.78º43.2%49.02%-
HSV(B)142.78º60.34%70.2%-
XYZ21.6434.7520.9-
YUV139.07112.7279.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 179 (70.31% from 255) = 49.45%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=19.61%
G=49.45%
B=30.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711791120.6000.370.30142.7843.249.02
Hex47B3703C0251E8f2b31
Octal10726316074045362175361
Binary100011110110011111000011110001001011111010001111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,179,112); }

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

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

 a { background-color: rgb(71,179,112); }

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

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

 span { border-color: rgb(71,179,112); }

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