Html Css Color HEX #47AA71 Ocean Green

📋 copy color: '#47AA71'

red 71 ◦ green 170 ◦ blue 113

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

Shades of Ocean Green #47AA71

Tints of Ocean Green #47AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.02%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 20.06%
G = 48.02%
B = 31.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#47AA71 (or 0x47AA71) is known color: Ocean Green. HEX triplet: 47, AA and 71. RGB value is (71,170,113). Sum of RGB (Red+Green+Blue) = 71+170+113=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA71 is #B8558E. Grayscale: #868686. Windows color (decimal): -12080527 or 7449159. OLE color: 7449159.

HSL color Cylindrical-coordinate representation of color #47AA71: hue angle of 145.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AA71 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 170 113 -
CMYK 0.58 0 0.34 0.33
HSL 145.45º 0.41% 0.47% -
HSV(B) 145.45º 0.58% 0.67% -
XYZ 19.95 31.28 20.61 -
YUV 133.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 71 170 113 0.58 0 0.34 0.33 145.45 0.41 0.47
Hex 47 AA 71 3A 0 22 21 91 29 2F
Octal 107 252 161 72 0 42 41 221 51 57
Binary 1000111 10101010 1110001 111010 0 100010 100001 10010001 101001 101111

Color Harmonies of #47AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AA71

Black with #47AA71

Text Example


Text Example

White with #47AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,113); }

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

background-color css

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

 a { background-color: rgb(71,170,113); }

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

border-color css

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

 span { border-color: rgb(71,170,113); }

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