Html Css Color HEX #47A373 Ocean Green

📋 copy color: '#47A373'

red 71 ◦ green 163 ◦ blue 115

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

Shades of Ocean Green #47A373

Tints of Ocean Green #47A373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.7%

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

R = 20.34%
G = 46.7%
B = 32.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#47A373 (or 0x47A373) is known color: Ocean Green. HEX triplet: 47, A3 and 73. RGB value is (71,163,115). Sum of RGB (Red+Green+Blue) = 71+163+115=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #47A373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A373 is #B85C8C. Grayscale: #828282. Windows color (decimal): -12082317 or 7578439. OLE color: 7578439.

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

Color convert

RGB 71 163 115 -
CMYK 0.56 0 0.29 0.36
HSL 148.7º 0.39% 0.46% -
HSV(B) 148.7º 0.56% 0.64% -
XYZ 18.79 28.77 20.78 -
YUV 130.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 71 163 115 0.56 0 0.29 0.36 148.7 0.39 0.46
Hex 47 A3 73 38 0 1D 24 95 27 2E
Octal 107 243 163 70 0 35 44 225 47 56
Binary 1000111 10100011 1110011 111000 0 11101 100100 10010101 100111 101110

Color Harmonies of #47A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A373

Black with #47A373

Text Example


Text Example

White with #47A373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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