Html Css Color HEX #47A370 Ocean Green

📋 copy color: '#47A370'

red 71 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #47A370

Tints of Ocean Green #47A370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 20.52%
G = 47.11%
B = 32.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#47A370 (or 0x47A370) is known color: Ocean Green. HEX triplet: 47, A3 and 70. RGB value is (71,163,112). Sum of RGB (Red+Green+Blue) = 71+163+112=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #47A370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A370 is #B85C8F. Grayscale: #818181. Windows color (decimal): -12082320 or 7381831. OLE color: 7381831.

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

Color convert

RGB 71 163 112 -
CMYK 0.56 0 0.31 0.36
HSL 146.74º 0.39% 0.46% -
HSV(B) 146.74º 0.56% 0.64% -
XYZ 18.62 28.7 19.89 -
YUV 129.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 71 163 112 0.56 0 0.31 0.36 146.74 0.39 0.46
Hex 47 A3 70 38 0 1F 24 93 27 2E
Octal 107 243 160 70 0 37 44 223 47 56
Binary 1000111 10100011 1110000 111000 0 11111 100100 10010011 100111 101110

Color Harmonies of #47A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A370

Black with #47A370

Text Example


Text Example

White with #47A370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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