Html Css Color HEX #47A873 Ocean Green

📋 copy color: '#47A873'

red 71 ◦ green 168 ◦ blue 115

#47A873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #47A873

Tints of Ocean Green #47A873

RGB

 RED value IS 71 (28.13% from 255) = 20.06%

 GREEN value IS 168 (66.02% from 255) = 47.46%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 20.06%
G = 47.46%
B = 32.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#47A873 (or 0x47A873) is known color: Ocean Green. HEX triplet: 47, A8 and 73. RGB value is (71,168,115). Sum of RGB (Red+Green+Blue) = 71+168+115=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #47A873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A873 is #B8578C. Grayscale: #858585. Windows color (decimal): -12081037 or 7579719. OLE color: 7579719.

HSL color Cylindrical-coordinate representation of color #47A873: hue angle of 147.22º 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 #47A873 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 168 115 -
CMYK 0.58 0 0.32 0.34
HSL 147.22º 0.41% 0.47% -
HSV(B) 147.22º 0.58% 0.66% -
XYZ 19.7 30.58 21.08 -
YUV 132.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 71 168 115 0.58 0 0.32 0.34 147.22 0.41 0.47
Hex 47 A8 73 3A 0 20 22 93 29 2F
Octal 107 250 163 72 0 40 42 223 51 57
Binary 1000111 10101000 1110011 111010 0 100000 100010 10010011 101001 101111

Color Harmonies of #47A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A873

Black with #47A873

Text Example


Text Example

White with #47A873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,168,115); }

 H1.HeaderClassName
 {
   color: #47A873;
 }
 .AnyTagClassName
 {
   color: #47A873;
 }
</style>

background-color css

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

 a { background-color: rgb(71,168,115); }

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

border-color css

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

 span { border-color: rgb(71,168,115); }

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