Html Css Color HEX #47A16A Ocean Green

📋 copy color: '#47A16A'

red 71 ◦ green 161 ◦ blue 106

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

Shades of Ocean Green #47A16A

Tints of Ocean Green #47A16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 21.01%
G = 47.63%
B = 31.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#47A16A (or 0x47A16A) is known color: Ocean Green. HEX triplet: 47, A1 and 6A. RGB value is (71,161,106). Sum of RGB (Red+Green+Blue) = 71+161+106=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #47A16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A16A is #B85E95. Grayscale: #7F7F7F. Windows color (decimal): -12082838 or 6988103. OLE color: 6988103.

HSL color Cylindrical-coordinate representation of color #47A16A: hue angle of 143.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 #47A16A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 161 106 -
CMYK 0.56 0 0.34 0.37
HSL 143.33º 0.39% 0.45% -
HSV(B) 143.33º 0.56% 0.63% -
XYZ 17.94 27.87 18.07 -
YUV 127.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 71 161 106 0.56 0 0.34 0.37 143.33 0.39 0.45
Hex 47 A1 6A 38 0 22 25 8F 27 2D
Octal 107 241 152 70 0 42 45 217 47 55
Binary 1000111 10100001 1101010 111000 0 100010 100101 10001111 100111 101101

Color Harmonies of #47A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A16A

Black with #47A16A

Text Example


Text Example

White with #47A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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