Html Css Color HEX #47A872 Ocean Green

📋 copy color: '#47A872'

red 71 ◦ green 168 ◦ blue 114

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

Shades of Ocean Green #47A872

Tints of Ocean Green #47A872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 20.11%
G = 47.59%
B = 32.29%

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

#47A872 (or 0x47A872) is known color: Ocean Green. HEX triplet: 47, A8 and 72. RGB value is (71,168,114). Sum of RGB (Red+Green+Blue) = 71+168+114=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #47A872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A872 is #B8578D. Grayscale: #848484. Windows color (decimal): -12081038 or 7514183. OLE color: 7514183.

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

Color convert

RGB 71 168 114 -
CMYK 0.58 0 0.32 0.34
HSL 146.6º 0.41% 0.47% -
HSV(B) 146.6º 0.58% 0.66% -
XYZ 19.64 30.56 20.78 -
YUV 132.84 117.36 83.89 -
System Red Green Blue C M Y K H S L
Decimal 71 168 114 0.58 0 0.32 0.34 146.6 0.41 0.47
Hex 47 A8 72 3A 0 20 22 93 29 2F
Octal 107 250 162 72 0 40 42 223 51 57
Binary 1000111 10101000 1110010 111010 0 100000 100010 10010011 101001 101111

Color Harmonies of #47A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A872

Black with #47A872

Text Example


Text Example

White with #47A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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