Html Css Color HEX #47A16D Ocean Green

📋 copy color: '#47A16D'

red 71 ◦ green 161 ◦ blue 109

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

Shades of Ocean Green #47A16D

Tints of Ocean Green #47A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.21%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 20.82%
G = 47.21%
B = 31.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#47A16D (or 0x47A16D) is known color: Ocean Green. HEX triplet: 47, A1 and 6D. RGB value is (71,161,109). Sum of RGB (Red+Green+Blue) = 71+161+109=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #47A16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A16D is #B85E92. Grayscale: #808080. Windows color (decimal): -12082835 or 7184711. OLE color: 7184711.

HSL color Cylindrical-coordinate representation of color #47A16D: hue angle of 145.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A16D is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 161 109 -
CMYK 0.56 0 0.32 0.37
HSL 145.33º 0.39% 0.45% -
HSV(B) 145.33º 0.56% 0.63% -
XYZ 18.1 27.93 18.91 -
YUV 128.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 71 161 109 0.56 0 0.32 0.37 145.33 0.39 0.45
Hex 47 A1 6D 38 0 20 25 91 27 2D
Octal 107 241 155 70 0 40 45 221 47 55
Binary 1000111 10100001 1101101 111000 0 100000 100101 10010001 100111 101101

Color Harmonies of #47A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A16D

Black with #47A16D

Text Example


Text Example

White with #47A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,161,109); }

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

background-color css

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

 a { background-color: rgb(71,161,109); }

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

border-color css

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

 span { border-color: rgb(71,161,109); }

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